Skip to content

Commit

Permalink
test: add support for Ember.js v3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed May 15, 2024
1 parent 0616d57 commit 69d0fc2
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 @@ -20,6 +20,7 @@ jobs:
node-version: 18
package-manager: yarn
ember-try-scenarios: "[
'ember-lts-3.28',
'ember-lts-4.12',
'ember-lts-5.4',
'ember-release',
Expand Down
8 changes: 8 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ module.exports = async function () {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.28.0',
},
},
},
{
name: 'ember-lts-4.12',
npm: {
Expand Down

0 comments on commit 69d0fc2

Please sign in to comment.