Skip to content

Commit

Permalink
Drop support for ember < 3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 1, 2024
1 parent df49c5f commit 7f0a1cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
Expand Down
18 changes: 0 additions & 18 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,6 @@ module.exports = async function () {
return {
usePnpm: true,
scenarios: [
{
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.20.5',
'ember-cli': '^4.0.0',
},
},
},
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.3',
'ember-cli': '^4.0.0',
},
},
},
{
name: 'ember-lts-3.28',
npm: {
Expand Down

0 comments on commit 7f0a1cc

Please sign in to comment.