Skip to content

Commit

Permalink
Drop support for Ember.js v2.x (adopted-ember-addons#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 5, 2021
1 parent 697beef commit 2868c04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-2.16
- ember-lts-2.18
- ember-lts-3.4
- ember-lts-3.8
# temporarily disabled because they are currently failing
Expand Down
28 changes: 0 additions & 28 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,6 @@ module.exports = function() {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.16',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'jquery-integration': true
})
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': '~2.16.0'
}
}
},
{
name: 'ember-lts-2.18',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'jquery-integration': true
})
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': '~2.18.0'
}
}
},
{
name: 'ember-lts-3.4',
npm: {
Expand Down

0 comments on commit 2868c04

Please sign in to comment.