Skip to content

Commit

Permalink
add 3.12 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgavey committed Mar 31, 2021
1 parent 812c11b commit 0fd2671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "10"
- "12"

dist: xenial

Expand Down Expand Up @@ -46,6 +46,7 @@ jobs:

# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- env: EMBER_TRY_SCENARIO=ember-lts-3.12
- env: EMBER_TRY_SCENARIO=ember-lts-3.16
- env: EMBER_TRY_SCENARIO=ember-lts-3.20
- env: EMBER_TRY_SCENARIO=ember-release
Expand Down

0 comments on commit 0fd2671

Please sign in to comment.