Skip to content

Commit

Permalink
chore(ci): update test matrix
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for ember 3.26
  • Loading branch information
NullVoxPopuli committed Dec 3, 2021
1 parent 18311d6 commit 91de3bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
matrix:
ember-try-scenario:
- ember-3.25
- ember-3.26
- ember-3.28
- ember-release
- ember-beta
Expand Down
8 changes: 0 additions & 8 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ module.exports = async function () {
},
},
},
{
name: 'ember-3.26',
npm: {
devDependencies: {
'ember-source': '~3.26.0',
},
},
},
{
name: 'ember-3.28',
npm: {
Expand Down

0 comments on commit 91de3bb

Please sign in to comment.