Skip to content

Commit 83d551a

Browse files
committed
Is 'minimum-supported' an ember-try keyword?
1 parent edf0701 commit 83d551a

2 files changed

Lines changed: 2 additions & 2 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
122+
minimum-supported-4-1
123123
ember-lts-4.4,
124124
ember-lts-4.12,
125125
ember-lts-5.12,

test-app/config/ember-try.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = async function () {
77
usePnpm: true,
88
scenarios: [
99
{
10-
name: 'minimum-supported',
10+
name: 'minimum-supported-4-1',
1111
npm: {
1212
devDependencies: {
1313
'ember-source': '~4.1.0',

0 commit comments

Comments
 (0)