Skip to content

Commit 33a6087

Browse files
authored
Update build.yml
1 parent d791cb7 commit 33a6087

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ jobs:
4444
run: git config --global core.autocrlf false
4545
if: startsWith(matrix.os, 'windows')
4646

47-
- uses: actions/checkout@v3
48-
- name: Set up JDK 11
49-
uses: actions/setup-java@v3
47+
- uses: actions/checkout@v4
48+
- name: Set up JDK 17
49+
uses: actions/setup-java@v4
5050
with:
5151
distribution: temurin
52-
java-version: 11
52+
java-version: 17
5353
cache: 'maven'
5454

5555
- name: Build with Maven
5656
run: mvn -B clean install -Dno-format
5757

5858
- name: Build with Maven (Native)
59-
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
59+
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip

0 commit comments

Comments
 (0)