Skip to content

Commit

Permalink
Test against newer embers (5.4, 5.8, latest, etc) (#27)
Browse files Browse the repository at this point in the history
NullVoxPopuli authored Aug 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 30657d7 commit 8150aaf
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
@@ -55,6 +55,8 @@ jobs:
try-scenario:
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-lts-5.8
- ember-release
- ember-beta
- ember-canary
16 changes: 16 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
@@ -22,6 +22,22 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-5.4',
npm: {
devDependencies: {
'ember-source': '~5.4.0',
},
},
},
{
name: 'ember-lts-5.8',
npm: {
devDependencies: {
'ember-source': '~5.8.0',
},
},
},
{
name: 'ember-release',
npm: {

0 comments on commit 8150aaf

Please sign in to comment.