Skip to content

Commit

Permalink
Merge pull request #494 from NullVoxPopuli/more-ci-updates
Browse files Browse the repository at this point in the history
chore(ci): add support for ember 4.4
  • Loading branch information
NullVoxPopuli authored May 20, 2022
2 parents cd8779f + 424a155 commit 59de931
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
path: ${{ env.dist }}
- run: pnpm --filter ember-app run ember:test
try-scenarios:
name: Ember Compatibility
name: "Compat: ${{ matrix.ember-try-scenario }}"
timeout-minutes: 10
runs-on: ubuntu-latest
needs: tests
Expand All @@ -129,6 +129,7 @@ jobs:
- ember-3.26
- ember-3.28
- ember-4.0.0
- ember-4.4
- ember-concurrency-v1
- ember-release
- ember-beta
Expand Down
3 changes: 2 additions & 1 deletion build/github-workflows/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- run: pnpm --filter ember-app run ember:test

try-scenarios:
name: "Ember Compatibility"
name: "Compat: ${{ matrix.ember-try-scenario }}"
<<: *ubuntu
timeout-minutes: 10
needs: tests
Expand All @@ -117,6 +117,7 @@ jobs:
- ember-3.26
- ember-3.28
- ember-4.0.0
- ember-4.4
- ember-concurrency-v1
- ember-release
- ember-beta
Expand Down
8 changes: 8 additions & 0 deletions testing/ember-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-4.4',
npm: {
devDependencies: {
'ember-source': '~4.4.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 59de931

Please sign in to comment.