Skip to content

Commit

Permalink
chore: test against 3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Apr 28, 2023
1 parent 87b065c commit 20bbc7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/ember-simple-auth/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ module.exports = function() {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-cli': '~3.28.0',
'ember-data': '~3.28.0',
'ember-source': '~3.28.0',
},
},
},
{
name: 'ember-4.0',
npm: {
Expand Down

0 comments on commit 20bbc7d

Please sign in to comment.