Skip to content

Commit c30bbca

Browse files
committed
Bump JDK to 22 in GitHub Actions
1 parent 005749b commit c30bbca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ ubuntu-latest ]
26-
java-version: [ 17 ]
26+
java-version: [ 22 ]
2727
runs-on: ubuntu-latest
2828
timeout-minutes: 10
2929
steps:
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-java@v3
3434
with:
3535
distribution: temurin
36-
java-version: 17
36+
java-version: 22
3737
check-latest: true
3838
# The project version extract NEEDS to have the maven wrapper already downloaded.
3939
# So we have a dummy step here just to initialize it.
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/setup-java@v3
9191
with:
9292
distribution: temurin
93-
java-version: 17
93+
java-version: 22
9494
# The project version extract NEEDS to have the maven wrapper already downloaded.
9595
# So we have a dummy step here just to initialize it.
9696
- name: Download Maven wrapper

0 commit comments

Comments
 (0)