Skip to content

Commit

Permalink
[CI]: min 3.16 lts test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer authored and igorT committed Sep 27, 2020
1 parent c9c9de2 commit 2f73889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scenario: [ember-lts-3.12, ember-lts-3.16]
scenario: [ember-lts-3.16, ember-lts-3.20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down
8 changes: 4 additions & 4 deletions packages/-ember-data/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ module.exports = function() {
},
},
{
name: 'ember-lts-3.12',
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.12.0',
'ember-source': '~3.16.0',
},
},
},
{
name: 'ember-lts-3.16',
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.16.0',
'ember-source': '~3.20.0',
},
},
},
Expand Down

0 comments on commit 2f73889

Please sign in to comment.