Skip to content

Commit b4ce80a

Browse files
authored
Merge pull request #2 from ember-cli/pichfl/actions
Increase support matrix for CI runs
2 parents a6d9461 + df2cafa commit b4ce80a

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,19 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os:
21-
- ubuntu-latest #later: windows-latest, macos-latest
22-
node-version:
23-
- 22 # later: 22, 24
21+
- ubuntu-latest
22+
- windows-latest
23+
- macos-latest
24+
node-version: [8, 10, 12, 14, 16, 18, 20, 22, 24]
25+
exclude:
26+
- os: macos-latest
27+
node-version: 8
28+
- os: macos-latest
29+
node-version: 10
30+
- os: macos-latest
31+
node-version: 12
32+
- os: macos-latest
33+
node-version: 14
2434

2535
steps:
2636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)