Skip to content

Commit

Permalink
ci: replace scenario lts-3.24 with lts-3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Oct 18, 2021
1 parent 21e7a01 commit 70707d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
fail-fast: true
matrix:
try-scenario:
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-release
- ember-classic
- ember-default-with-jquery
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ We found it especially useful, for example, when migrating an existing app to Em

## Compatibility

- Ember.js v3.20 or above
- Ember CLI v3.20 or above
- Ember.js v3.16 or above
- Ember CLI v3.16 or above
- Node.js v12 or above


Expand Down
8 changes: 4 additions & 4 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ module.exports = async function () {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.20',
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.20.5',
'ember-source': '~3.16.0',
},
},
},
{
name: 'ember-lts-3.24',
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.24.3',
'ember-source': '~3.20.5',
},
},
},
Expand Down

0 comments on commit 70707d8

Please sign in to comment.