Skip to content

Commit

Permalink
Drop support for Ember 3.x, add 4.8 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Dec 17, 2022
1 parent 09950d6 commit 376946c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ jobs:
fail-fast: false
matrix:
ember-try-scenario:
- ember-lts-3.24
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-release
- ember-beta
- ember-canary
Expand Down
16 changes: 4 additions & 12 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,18 @@ module.exports = async function() {

scenarios: [
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.0'
}
}
},
{
name: 'ember-lts-3.28',
name: 'ember-lts-4.4',
npm: {
devDependencies: {
'ember-source': '~3.28.0'
'ember-source': '~4.4.0'
}
}
},
{
name: 'ember-lts-4.4',
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-source': '~4.4.0'
'ember-source': '~4.8.0'
}
}
},
Expand Down

0 comments on commit 376946c

Please sign in to comment.