Skip to content

Commit

Permalink
[CI] Stop testing mandrel 23.0 with JDK 20
Browse files Browse the repository at this point in the history
Future releases of mandrel 23.0 will be built only with JDK 17.
  • Loading branch information
zakkak committed Sep 21, 2023
1 parent 99cb157 commit 95d136d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/mandrel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,3 @@ jobs:
version: ${{ github.ref }}
mandrel-packaging-version: "23.0"
jdk: "17/ea"
q-main-ea-20:
name: "Q main M 23.0 EA Java 20"
uses: graalvm/mandrel/.github/workflows/base.yml@default
with:
build-type: "mandrel-source-nolocalmvn"
quarkus-version: "main"
repo: ${{ github.repository }}
version: ${{ github.ref }}
mandrel-packaging-version: "23.0"
jdk: "20/ea"
q-main-ea-win-20:
name: "Q main M 23.0 windows EA Java 20"
uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
with:
build-type: "mandrel-source-nolocalmvn"
quarkus-version: "main"
repo: ${{ github.repository }}
version: ${{ github.ref }}
mandrel-packaging-version: "23.0"
jdk: "20/ea"

0 comments on commit 95d136d

Please sign in to comment.