Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #389 from glimmerjs/add-3-24-28-to-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Mar 29, 2022
2 parents eea1d70 + ebcab70 commit 551e106
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -37,6 +37,8 @@ jobs:
- lts-3.12
- lts-3.16
- lts-3.20
- lts-3.24
- lts-3.28

steps:
- uses: actions/checkout@v2
Expand Down
16 changes: 16 additions & 0 deletions packages/@glimmer/component/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@ module.exports = function() {
},
},
},
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.0',
},
},
},
{
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.28.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 551e106

Please sign in to comment.