Skip to content

Commit

Permalink
Add ember-try/source 4.12 to matrix, since that's what we're on
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 3, 2023
1 parent 2299923 commit af5e538
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 @@ -47,6 +47,7 @@ jobs:
try-scenario:
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.12
- ember-release
- ember-beta

Expand Down
8 changes: 8 additions & 0 deletions test-apps/embroider-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit af5e538

Please sign in to comment.