File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
java :
21
+ - zulu@1.17
22
+ - graalvm-ce-java11@21
21
23
- zulu@1.8
22
- - zulu@1.11
23
24
os :
24
25
- ubuntu-latest
25
26
- macOS-latest
@@ -34,16 +35,16 @@ jobs:
34
35
fetch-depth : 300
35
36
- name : Fetch tags
36
37
run : git fetch --depth=300 origin +refs/tags/*:refs/tags/*
37
- - uses : coursier/cache-action@v5
38
- - uses : olafurpg/setup-scala@v12
38
+ - uses : coursier/cache-action@v6.3
39
+ - uses : olafurpg/setup-scala@v13
39
40
with :
40
41
java-version : ${{matrix.java}}
41
42
- name : Compile, test and check binary compatibility
42
43
run : " sbt -batch clean +test +mimaReportBinaryIssues"
43
44
shell : bash
44
45
- name : Test with coverage
45
- if : ${{ matrix.os == 'ubuntu-latest' && matrix.java == 'zulu@1.8' }}
46
+ if : ${{ matrix.os == 'ubuntu-latest' }}
46
47
env :
47
48
COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
48
- run : " sbt -batch ++2.12.12 ! coverage rtree2d-coreJVM/test rtree2d-benchmark/test coverageAggregate coveralls"
49
+ run : " sbt -batch ++2.12.15 ! coverage rtree2d-coreJVM/test rtree2d-benchmark/test coverageAggregate coveralls"
49
50
shell : bash
You can’t perform that action at this time.
0 commit comments