Skip to content

Commit

Permalink
Move JDK 22 build to "stable"
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 9, 2024
1 parent ec3062c commit 333a39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
jdk: [ '17', '21' ]
jdk: [ '17', '21', '22' ]
runs-on: ubuntu-latest
name: "Build (JDK ${{ matrix.jdk }})"
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
ea-build:
strategy:
matrix:
jdk: [ '22', '23' ]
jdk: [ '23' ]
runs-on: ubuntu-latest
name: "Early Access Build (JDK ${{ matrix.jdk }})"
steps:
Expand Down

0 comments on commit 333a39a

Please sign in to comment.