Skip to content

Commit a3fd9ff

Browse files
committed
CI upgrade
* Bump Java 8 to 11 to avoid a jar reading bug * Bump Java 14 to 18 to test on the latest Java * Disable fail-fast, doesn't match my workflow on this project
1 parent 895d454 commit a3fd9ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
ci:
1616
runs-on: ubuntu-latest
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
include:
20-
- java: 14
21+
- java: 18.0.1
2122
scala: 2
22-
- java: 8
23+
- java: 11.0.15
2324
scala: 3
2425
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }}
2526
steps:
@@ -32,7 +33,7 @@ jobs:
3233
- name: Setup Scala
3334
uses: japgolly/setup-everything-scala@v3.1
3435
with:
35-
java-version: adopt@1.${{ matrix.java }}
36+
java-version: adoptium@1.${{ matrix.java }}
3637

3738
- name: Build and test
3839
shell: bash

0 commit comments

Comments
 (0)