Skip to content

Commit 333a39a

Browse files
committed
Move JDK 22 build to "stable"
1 parent ec3062c commit 333a39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
jdk: [ '17', '21' ]
18+
jdk: [ '17', '21', '22' ]
1919
runs-on: ubuntu-latest
2020
name: "Build (JDK ${{ matrix.jdk }})"
2121
steps:
@@ -50,7 +50,7 @@ jobs:
5050
ea-build:
5151
strategy:
5252
matrix:
53-
jdk: [ '22', '23' ]
53+
jdk: [ '23' ]
5454
runs-on: ubuntu-latest
5555
name: "Early Access Build (JDK ${{ matrix.jdk }})"
5656
steps:

0 commit comments

Comments
 (0)