Skip to content

Commit

Permalink
Add ember-try for 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 12, 2024
1 parent e633957 commit 3ff149e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
- ember-lts-4.12
- ember-lts-5.4
- ember-lts-5.8
- ember-lts-5.12
- glimmer-component-v1
- ember-release
- ember-beta
Expand Down
8 changes: 8 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-5.12',
npm: {
devDependencies: {
'ember-source': '~5.12.0',
},
},
},
{
name: 'glimmer-component-v1',
npm: {
Expand Down

0 comments on commit 3ff149e

Please sign in to comment.