Skip to content

Commit

Permalink
Merge pull request #253 from bertdeblock/update-lts-scenarios
Browse files Browse the repository at this point in the history
Update LTS scenarios
  • Loading branch information
NullVoxPopuli authored Feb 7, 2024
2 parents b1168b4 + 9ff69b0 commit ba0e97d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion files/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-release
- ember-beta
- ember-canary
Expand Down
2 changes: 1 addition & 1 deletion files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Compatibility

- Ember.js v4.8 or above
- Ember.js v4.12 or above
- Embroider or ember-auto-import v2

## Installation
Expand Down
8 changes: 4 additions & 4 deletions files/test-app-overrides/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ module.exports = async function () {
<% } else if (pnpm) { %>usePnpm: true,
<% } %>scenarios: [
{
name: 'ember-lts-4.8',
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~4.8.0',
'ember-source': '~4.12.0',
},
},
},
{
name: 'ember-lts-4.12',
name: 'ember-lts-5.4',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
'ember-source': '~5.4.0',
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/default/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-release
- ember-beta
- ember-canary
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/pnpm/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-release
- ember-beta
- ember-canary
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/yarn/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-release
- ember-beta
- ember-canary
Expand Down

0 comments on commit ba0e97d

Please sign in to comment.