Skip to content

Commit

Permalink
switch github actions to use Java17
Browse files Browse the repository at this point in the history
  • Loading branch information
struberg committed Oct 22, 2024
1 parent 3ba23ab commit dc636b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [ 8, 11 ]
java: [ 17 ]
experimental: [false]

steps:
Expand Down

0 comments on commit dc636b8

Please sign in to comment.