Skip to content

Commit

Permalink
Merge pull request #447 from appuniversum/chore/drop-ember-support
Browse files Browse the repository at this point in the history
Drop Ember 3.28 and 4.4 support
  • Loading branch information
Windvis authored Oct 12, 2023
2 parents add795d + 2d0f7cf commit abd815f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.28
- ember-lts-4.12
- ember-release
- ember-beta
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Ember addon that provides components for Flanders themed applications.

## Compatibility

- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Ember.js v4.8 or above
- Ember CLI v4.8 or above
- Node.js v14 or above

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"ember-power-select": "2.x || 3.x || 4.x || 5.x || 6.x || 7.x"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0 || ^5.0.0"
"ember-source": "^4.8.0 || ^5.0.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
Expand Down
11 changes: 0 additions & 11 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
module.exports = async function () {
return {
scenarios: [
{
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '~3.28.0',
'ember-qunit': '^6.0.0',
'@ember/test-helpers': '^2.9.3',
},
},
},
{
name: 'ember-lts-4.12',
npm: {
Expand Down

0 comments on commit abd815f

Please sign in to comment.