Skip to content

Commit

Permalink
Merge pull request #111 from universal-ember/widen-test-matrix
Browse files Browse the repository at this point in the history
Widen test matrix to include ember-source 5.8
  • Loading branch information
NullVoxPopuli committed Aug 30, 2024
2 parents 1b9070e + b23e81d commit 388a4ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-lts-5.8
- ember-concurrency-4.0
- ember-release
- ember-beta
Expand Down
8 changes: 8 additions & 0 deletions tests/test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-5.8',
npm: {
devDependencies: {
'ember-source': '~5.8.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 388a4ce

Please sign in to comment.