Skip to content

Commit 431da3e

Browse files
committed
What about 4.2
1 parent 9b3c1a5 commit 431da3e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
matrix:
120120
ember-try-scenario:
121121
[
122-
minimum-supported-4-1,
122+
minimum-supported-4-2,
123123
ember-lts-4.4,
124124
ember-lts-4.12,
125125
ember-lts-5.12,

test-app/config/ember-try.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ module.exports = async function () {
77
usePnpm: true,
88
scenarios: [
99
{
10-
name: 'minimum-supported-4-1',
10+
name: 'minimum-supported-4-2',
1111
npm: {
1212
devDependencies: {
13-
'ember-source': '~4.1.0',
13+
'ember-source': '~4.2.0',
1414
'ember-cli': '~4.12.0',
1515
},
1616
},

0 commit comments

Comments
 (0)