Skip to content

Commit

Permalink
Upgrade CI build to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Aug 30, 2022
1 parent 8c5c749 commit d64bd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
jdk-version: [11, 16]
jdk-version: [11, 17]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit d64bd82

Please sign in to comment.