Skip to content

Commit

Permalink
Update Java version in workflow.yml from 11 to 17 (#32)
Browse files Browse the repository at this point in the history
Quarkus has now a Java 17 baseline, see https://quarkus.io/blog/quarkus-3-7-released/.
  • Loading branch information
marcwrobel authored Feb 12, 2024
1 parent 8fc06b3 commit b5b6bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17

- uses: asdf-vm/actions/plugin-test@v3
with:
Expand Down

0 comments on commit b5b6bb6

Please sign in to comment.