Skip to content

Commit

Permalink
Merge pull request #1358 from gsmet/java-17
Browse files Browse the repository at this point in the history
Update CI workflows to Java 17
  • Loading branch information
gsmet authored Dec 2, 2023
2 parents 108d97b + 866adc3 commit b453cc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 11 ]
java: [ 17 ]
steps:
- uses: actions/checkout@v2
- name: Get Date
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/native-build-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
# refresh cache every month to avoid unlimited growth
key: q2maven-native-${{ steps.get-date.outputs.date }}

- name: Install JDK 11
- name: Install JDK 17
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 11
java-version: 17

- name: Build Quarkus main
run: |
Expand Down

0 comments on commit b453cc1

Please sign in to comment.