Skip to content

Commit

Permalink
chore(ci): add ember-lts-5.8 scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Jul 6, 2024
1 parent 2a55c10 commit f515e71
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 @@ -51,6 +51,7 @@ jobs:
- ember-lts-4.4
- ember-lts-4.8
- ember-4.12
- ember-lts-5.8
- ember-default
- ember-release
- embroider-safe
Expand Down
9 changes: 9 additions & 0 deletions packages/test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ module.exports = function () {
},
},
},
{
name: 'ember-lts-5.8',
npm: {
devDependencies: {
'ember-data': '~5.3.0',
'ember-source': '~5.8.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit f515e71

Please sign in to comment.