Skip to content

Commit

Permalink
update to v4.8 with ember-cli-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jul 2, 2023
1 parent ca9dac4 commit e84f0f4
Show file tree
Hide file tree
Showing 7 changed files with 554 additions and 5,654 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
test:
name: "Tests"
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
Expand All @@ -37,6 +38,7 @@ jobs:
floating:
name: "Floating Dependencies"
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
Expand All @@ -52,8 +54,8 @@ jobs:
try-scenarios:
name: ${{ matrix.try-scenario }}
runs-on: ubuntu-latest
timeout-minutes: 7
needs: "test"
timeout-minutes: 10

strategy:
fail-fast: false
Expand All @@ -64,6 +66,7 @@ jobs:
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-lts-4.4
- ember-release
- ember-beta
- ember-canary
Expand Down
12 changes: 12 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.12.0',
'ember-qunit': '6.0.0',
},
},
},
Expand All @@ -19,6 +20,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.16.0',
'ember-qunit': '6.0.0',
},
},
},
Expand All @@ -27,6 +29,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.20.5',
'ember-qunit': '6.0.0',
},
},
},
Expand All @@ -35,6 +38,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.24.3',
'ember-qunit': '6.0.0',
},
},
},
Expand All @@ -46,6 +50,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-4.4',
npm: {
devDependencies: {
'ember-source': '~4.4.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function (defaults) {
let app = new EmberAddon(defaults, {
const app = new EmberAddon(defaults, {
// Add options here
});

Expand Down
Loading

0 comments on commit e84f0f4

Please sign in to comment.