File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
java : [8, 11, 17]
14
- scala : [2.11.12 , 2.12.15 , 2.13.8 , 3.0.2 ]
14
+ scala : [2.11.x , 2.12.x , 2.13.x , 3.0.x ]
15
15
platform : [jvm, js, native]
16
16
mode : [normal]
17
17
exclude :
18
- - scala : 3.0.2
18
+ - scala : 3.0.x
19
19
platform : native
20
20
- java : 11
21
21
platform : js
@@ -27,27 +27,27 @@ jobs:
27
27
platform : native
28
28
include :
29
29
- java : 8
30
- scala : 2.12.15
30
+ scala : 2.12.x
31
31
mode : testScalafix
32
32
platform : jvm
33
33
- java : 8
34
- scala : 2.12.15
34
+ scala : 2.12.x
35
35
mode : testBinaryCompat
36
36
platform : jvm
37
37
- java : 8
38
- scala : 2.12.15
38
+ scala : 2.12.x
39
39
mode : testScalafmt
40
40
platform : jvm
41
41
- java : 8
42
- scala : 2.12.15
42
+ scala : 2.12.x
43
43
mode : headerCheck
44
44
platform : jvm
45
45
- java : 11
46
- scala : 2.12.15
46
+ scala : 2.12.x
47
47
mode : normal
48
48
platform : jvm
49
49
- java : 17
50
- scala : 2.12.15
50
+ scala : 2.12.x
51
51
mode : normal
52
52
platform : jvm
53
53
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments