Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 10, 2024
1 parent 6631dbf commit c120616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ module.exports = async function () {
name: 'ember-lts-5.4',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
'ember-source': '~5.4.0',
},
},
},
{
name: 'ember-lts-5.8',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
'ember-source': '~5.8.0',
},
},
},
Expand Down

0 comments on commit c120616

Please sign in to comment.