Skip to content

Commit

Permalink
chore: add ember-try scenario for ember 4.12 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Nov 3, 2023
1 parent 8b9a7a1 commit 5df0918
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ jobs:
fail-fast: true
matrix:
ember-try-scenario:
[
ember-lts-3.28,
ember-lts-4.4,
ember-lts-4.8,
ember-classic,
ember-release,
ember-beta,
embroider-safe,
embroider-optimized,
]
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-classic
- ember-release
- ember-beta
- embroider-safe
- embroider-optimized

allow-failure: [false]
include:
- ember-try-scenario: ember-canary
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 @@ -31,6 +31,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 5df0918

Please sign in to comment.