Skip to content

Commit

Permalink
breaking: drops support for Ember 4.4
Browse files Browse the repository at this point in the history
- otherwise relevant Ember 4.4 test scenario throws Error:
- required module @ember/renderer is missing
  • Loading branch information
Pixelik committed Oct 7, 2023
1 parent f92c592 commit 8969d78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-release
Expand Down
9 changes: 0 additions & 9 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ module.exports = async function () {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-4.4',
npm: {
devDependencies: {
'ember-source': '~4.4.0',
'ember-data': '~4.4.0',
},
},
},
{
name: 'ember-lts-4.8',
npm: {
Expand Down

0 comments on commit 8969d78

Please sign in to comment.