Skip to content

Commit

Permalink
test on Ember 5.4, 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Nov 8, 2024
1 parent 5b85912 commit e74ac09
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-lts-5.8
- ember-release
- ember-beta
- ember-canary
Expand All @@ -91,13 +93,22 @@ jobs:
- scenario: ember-lts-3.28
browser: Firefox
bootstrap: 5
- scenario: ember-lts-4.4
- scenario: ember-lts-4.12
browser: Firefox
bootstrap: 3
- scenario: ember-lts-4.4
- scenario: ember-lts-4.12
browser: Firefox
bootstrap: 4
- scenario: ember-lts-4.4
- scenario: ember-lts-4.12
browser: Firefox
bootstrap: 5
- scenario: ember-lts-5.8
browser: Firefox
bootstrap: 3
- scenario: ember-lts-5.8
browser: Firefox
bootstrap: 4
- scenario: ember-lts-5.8
browser: Firefox
bootstrap: 5
- scenario: node-tests
Expand Down
18 changes: 18 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ module.exports = async function () {
FAIL_ON_DEPRECATION: false,
},
},
{
name: 'ember-lts-5.4',
npm: {
devDependencies: {
'ember-source': '~5.4.0',
bootstrap: bootstrapVersion,
},
},
},
{
name: 'ember-lts-5.8',
npm: {
devDependencies: {
'ember-source': '~5.8.0',
bootstrap: bootstrapVersion,
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit e74ac09

Please sign in to comment.