Skip to content

Commit

Permalink
Use Java 17 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjort committed Mar 18, 2024
1 parent 53eca00 commit 10ec5b4
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 @@ -12,7 +12,7 @@ on:
workflow_dispatch:

env:
java_version: "11"
java_version: "17"

jobs:
build:
Expand Down

0 comments on commit 10ec5b4

Please sign in to comment.