Skip to content

Commit

Permalink
fix: use 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Oct 4, 2020
1 parent b29d097 commit 0604ec1
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 @@ -44,7 +44,7 @@ jobs:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- stage: "Additional Tests"
- env: EMBER_TRY_SCENARIO=ember-lts-3.7.2
- env: EMBER_TRY_SCENARIO=ember-3.10
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Not sure what Shadow DOM is? Check out this [MDN article](https://developer.mozi
Compatibility
------------------------------------------------------------------------------

* Ember.js v3.7.2 or above ([See why][see-why])
* Ember.js v3.10.0 or above (Decorators and [more][see-why])
* Ember CLI v2.13 or above


Expand Down
4 changes: 2 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module.exports = function() {
return {
scenarios: [
{
name: 'ember-lts-3.7.2',
name: 'ember-3.10',
npm: {
devDependencies: {
'ember-source': '~3.7.2'
'ember-source': '~3.10.0'
}
}
},
Expand Down

0 comments on commit 0604ec1

Please sign in to comment.