Skip to content

Commit

Permalink
Perform the CI with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 20, 2021
1 parent 0d6f1b8 commit 55a911f
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 @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 8, 11, 16 ]
java: [ 8, 11, 17 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
Expand Down

0 comments on commit 55a911f

Please sign in to comment.