Skip to content

Commit

Permalink
test on ember 4.8, 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Nov 6, 2024
1 parent a655880 commit f5e45f8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- ember-lts-3.24
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-release
- ember-beta
- ember-canary
Expand Down
18 changes: 18 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,24 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-source': '~4.8.0',
bootstrap: bootstrapVersion,
},
},
},
{
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
bootstrap: bootstrapVersion,
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit f5e45f8

Please sign in to comment.