Skip to content

Commit

Permalink
CI upgrade
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
japgolly committed May 27, 2022
1 parent 895d454 commit a3fd9ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- java: 14
- java: 18.0.1
scala: 2
- java: 8
- java: 11.0.15
scala: 3
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }}
steps:
Expand All @@ -32,7 +33,7 @@ jobs:
- name: Setup Scala
uses: japgolly/[email protected]
with:
java-version: adopt@1.${{ matrix.java }}
java-version: adoptium@1.${{ matrix.java }}

- name: Build and test
shell: bash
Expand Down

0 comments on commit a3fd9ff

Please sign in to comment.