Skip to content

Commit 36e500b

Browse files
committed
Run CI builds with JDK 22 (instead of 22-ea).
1 parent 2431665 commit 36e500b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ ubuntu-latest ]
11-
java: [ 22-ea ]
11+
java: [ 22 ]
1212
arch: [ x64 ]
1313
dist: [ zulu ]
1414
fail-fast: false

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up JDK 22
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: '22-ea'
23+
java-version: '22'
2424
distribution: 'temurin'
2525
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2626
settings-path: ${{ github.workspace }} # location for the settings.xml file

0 commit comments

Comments
 (0)