Skip to content

Commit 484a621

Browse files
committed
slim down CI matrix (just do 8 and 25)
1 parent 57adc7f commit 484a621

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,11 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
java: [8, 11, 17]
13+
java: [8, 25]
1414
scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
1515
platform: [JVM, JS, Native]
1616
mode: [normal]
1717
exclude:
18-
- java: 11
19-
platform: JS
20-
- java: 11
21-
platform: Native
22-
- java: 17
23-
platform: JS
24-
- java: 17
25-
platform: Native
2618
- scala: 2.11.x
2719
platform: Native
2820
include:
@@ -42,14 +34,6 @@ jobs:
4234
scala: 2.12.x
4335
mode: headerCheck
4436
platform: JVM
45-
- java: 11
46-
scala: 2.12.x
47-
mode: normal
48-
platform: JVM
49-
- java: 17
50-
scala: 2.12.x
51-
mode: normal
52-
platform: JVM
5337
runs-on: ubuntu-latest
5438
env:
5539
CI_JDK: ${{matrix.java}}

0 commit comments

Comments
 (0)