Skip to content

Commit

Permalink
Add additional test scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
fenichelar committed Nov 8, 2023
1 parent bd253e5 commit 0ca9d14
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -19,10 +19,12 @@ jobs:
- ember-lts-3.4-ember-simple-auth-2.0
- ember-lts-3.4-ember-simple-auth-3.0
- ember-lts-3.4-ember-simple-auth-4.0
- ember-lts-3.4-ember-simple-auth-5.0
- ember-lts-3.8-ember-simple-auth-1.6
- ember-lts-3.8-ember-simple-auth-2.0
- ember-lts-3.8-ember-simple-auth-3.0
- ember-lts-3.8-ember-simple-auth-4.0
- ember-lts-3.8-ember-simple-auth-5.0
- ember-lts-3.12-ember-simple-auth-1.6
- ember-lts-3.12-ember-simple-auth-2.0
- ember-lts-3.12-ember-simple-auth-3.0
Expand Down
22 changes: 22 additions & 0 deletions config/ember-try.js
Expand Up @@ -104,6 +104,17 @@ module.exports = function() {
}
}
},
{
name: 'ember-lts-3.4-ember-simple-auth-5.0',
npm: {
dependencies: {
'ember-simple-auth': '^5.0.0'
},
devDependencies: {
'ember-source': '~3.4.0'
}
}
},
{
name: 'ember-lts-3.8-ember-simple-auth-1.6',
npm: {
Expand Down Expand Up @@ -150,6 +161,17 @@ module.exports = function() {
}
}
},
{
name: 'ember-lts-3.8-ember-simple-auth-5.0',
npm: {
dependencies: {
'ember-simple-auth': '^5.0.0'
},
devDependencies: {
'ember-source': '~3.8.0'
}
}
},
{
name: 'ember-lts-3.12-ember-simple-auth-1.6',
npm: {
Expand Down

0 comments on commit 0ca9d14

Please sign in to comment.