Skip to content

Commit

Permalink
test on Ember 4.8, 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed May 14, 2023
1 parent 0673f6b commit a0ef95b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: volta-cli/action@v1
uses: volta-cli/action@v4
with:
node-version: ${{ matrix.node-version }}
- name: Yarn Install
Expand All @@ -130,7 +130,7 @@ jobs:
yarn workspace ember-cli-fastboot test:mocha
try-scenarios:
name: "ember-try for ember-cli-fastboot: ${{ matrix.ember-try-scenario }}"
name: "${{ matrix.ember-try-scenario }} Scenario for ember-cli-fastboot"
runs-on: ubuntu-latest
timeout-minutes: 20

Expand All @@ -143,6 +143,8 @@ jobs:
- ember-lts-3.24
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-release
- ember-beta
- ember-canary
Expand Down
16 changes: 16 additions & 0 deletions packages/ember-cli-fastboot/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-source': '~4.8.0',
},
},
},
{
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit a0ef95b

Please sign in to comment.