Skip to content

Commit

Permalink
Drop support to Ember 3.4 and 3.5
Browse files Browse the repository at this point in the history
Related #739
  • Loading branch information
Gorzas authored and fran-worley committed Jul 29, 2020
1 parent 239edc4 commit a7b9eb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
matrix:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- EMBER_TRY_SCENARIO=ember-lts-3.4
- EMBER_TRY_SCENARIO=ember-3.6
- EMBER_TRY_SCENARIO=ember-lts-3.8
- EMBER_TRY_SCENARIO=ember-lts-3.12
- EMBER_TRY_SCENARIO=ember-lts-3.16
Expand Down
4 changes: 2 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module.exports = async function() {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.4',
name: 'ember-3.6',
npm: {
devDependencies: {
'ember-source': '~3.4.0'
'ember-source': '~3.6.0'
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"configPath": "tests/dummy/config",
"demoURL": "http://offirgolan.github.io/ember-light-table",
"versionCompatibility": {
"ember": ">=3.4.0 <4.0.0"
"ember": ">=3.6.0 <4.0.0"
}
},
"changelog": {
Expand Down

0 comments on commit a7b9eb8

Please sign in to comment.