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 17 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 598a7c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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: 17
scala: 2
- java: 8
- java: 11
scala: 3
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }}
steps:
Expand Down

0 comments on commit 598a7c8

Please sign in to comment.