We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57adc7f commit 484a621Copy full SHA for 484a621
.github/workflows/ci.yml
@@ -10,19 +10,11 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- java: [8, 11, 17]
+ java: [8, 25]
14
scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
15
platform: [JVM, JS, Native]
16
mode: [normal]
17
exclude:
18
- - java: 11
19
- platform: JS
20
21
- platform: Native
22
- - java: 17
23
24
25
26
- scala: 2.11.x
27
platform: Native
28
include:
@@ -42,14 +34,6 @@ jobs:
42
34
scala: 2.12.x
43
35
mode: headerCheck
44
36
platform: JVM
45
46
- scala: 2.12.x
47
- mode: normal
48
- platform: JVM
49
50
51
52
53
37
runs-on: ubuntu-latest
54
38
env:
55
39
CI_JDK: ${{matrix.java}}
0 commit comments