Skip to content

Commit

Permalink
Merge pull request #119 from nickschot/drop-ember-3.28
Browse files Browse the repository at this point in the history
Drop ember < 3.28.0
  • Loading branch information
nickschot authored Dec 30, 2023
2 parents 914f314 + adc1bc9 commit 76c97b2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 39 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-3.13
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Documentation
Compatibility
------------------------------------------------------------------------------

* Ember.js v3.13 or above
* Ember CLI v2.13 or above
* Ember.js v3.28 or above
* Ember CLI v3.28 or above
* Node.js v10 or above


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"webpack": "^5.89.0"
},
"peerDependencies": {
"ember-source": ">=3.13 || ^4.0.0"
"ember-source": "^3.28.0 || ^4.0.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
Expand Down
32 changes: 0 additions & 32 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,6 @@ module.exports = async function () {
return {
usePnpm: true,
scenarios: [
{
name: 'ember-3.13',
npm: {
devDependencies: {
'ember-source': '~3.13.0',
},
},
},
{
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.16.0',
},
},
},
{
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.20.5',
},
},
},
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.3',
},
},
},
{
name: 'ember-lts-3.28',
npm: {
Expand Down

0 comments on commit 76c97b2

Please sign in to comment.