We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2431665 commit 36e500bCopy full SHA for 36e500b
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ ubuntu-latest ]
11
- java: [ 22-ea ]
+ java: [ 22 ]
12
arch: [ x64 ]
13
dist: [ zulu ]
14
fail-fast: false
.github/workflows/maven-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up JDK 22
21
uses: actions/setup-java@v3
22
with:
23
- java-version: '22-ea'
+ java-version: '22'
24
distribution: 'temurin'
25
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
26
settings-path: ${{ github.workspace }} # location for the settings.xml file
0 commit comments