Skip to content

Commit

Permalink
Add v5.4 LTS to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Sep 4, 2024
1 parent e38349d commit 0027233
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -154,6 +154,7 @@ jobs:
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-release
- ember-beta
- ember-canary
Expand Down
9 changes: 9 additions & 0 deletions packages/ember-cli-mirage/tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-5.4',
npm: {
devDependencies: {
'ember-data': '~5.4.0',
'ember-source': '~5.4.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 0027233

Please sign in to comment.