Skip to content

Commit

Permalink
Merge pull request #1170 from NullVoxPopuli/add-ember-5-ltses
Browse files Browse the repository at this point in the history
Add testing for ember-source 5.8 and 5.12
  • Loading branch information
NullVoxPopuli authored Dec 27, 2024
2 parents c365a99 + a11d111 commit 8243b49
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
- ember-4.8
- ember-4.12
- ember-5.4
- ember-5.8
- ember-5.12
- ember-release
- ember-beta
- ember-canary
Expand Down
16 changes: 16 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@ module.exports = async function () {
},
},
},
{
name: 'ember-5.8',
npm: {
devDependencies: {
'ember-source': '~5.8.0',
},
},
},
{
name: 'ember-5.12',
npm: {
devDependencies: {
'ember-source': '~5.12.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 8243b49

Please sign in to comment.