Skip to content

Commit

Permalink
Merge pull request #2583 from miragejs/add-5.4-lts-scenario
Browse files Browse the repository at this point in the history
Add v5.4 LTS to CI matrix
  • Loading branch information
SergeAstapov authored Sep 4, 2024
2 parents e38349d + 7fd76e3 commit 4c643f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ A client-side server to develop, test and prototype your Ember CLI app.

## Compatibility

* Ember.js v3.12 or above
* Ember CLI v3.12 or above
* Ember.js v3.28 or above
* Ember CLI v3.28 or above
* Node.js v16 or above

## Installation
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.3.0',
'ember-source': '~5.4.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 4c643f2

Please sign in to comment.