Skip to content

Commit 68cd4a0

Browse files
committed
remove 3.28 from CI test matrix
1 parent ecadbaa commit 68cd4a0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci-components.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request: {}
88

99
env:
10-
NODE_VERSION: '22.x'
10+
NODE_VERSION: "22.x"
1111

1212
concurrency:
1313
group: ci-components-${{ github.head_ref || github.ref }}
@@ -28,7 +28,7 @@ jobs:
2828
run: ./.github/scripts/filter_changed_files.sh "packages/components" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml" "packages/tokens"
2929

3030
test:
31-
name: 'Tests'
31+
name: "Tests"
3232
runs-on: ubuntu-latest
3333
needs: [conditional-skip]
3434
if: needs.conditional-skip.outputs.trigger-ci == 'true'
@@ -63,13 +63,12 @@ jobs:
6363
try-scenarios:
6464
name: ${{ matrix.try-scenario }}
6565
runs-on: ubuntu-latest
66-
needs: 'test'
66+
needs: "test"
6767

6868
strategy:
6969
fail-fast: false
7070
matrix:
7171
try-scenario:
72-
- ember-lts-3.28
7372
- ember-lts-4.12
7473
# - ember-release
7574
- ember-beta

0 commit comments

Comments
 (0)