Skip to content

Commit

Permalink
Run CI builds with JDK 22 (instead of 22-ea).
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Sep 13, 2024
1 parent 2431665 commit 36e500b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
java: [ 22-ea ]
java: [ 22 ]
arch: [ x64 ]
dist: [ zulu ]
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up JDK 22
uses: actions/setup-java@v3
with:
java-version: '22-ea'
java-version: '22'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
Expand Down

0 comments on commit 36e500b

Please sign in to comment.