Skip to content

Commit

Permalink
Update to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Nov 7, 2023
1 parent b41b585 commit a31ba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [8]
java: [11]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down

0 comments on commit a31ba29

Please sign in to comment.