1 parent 1ddf939 commit dbafea8Copy full SHA for dbafea8
1 file changed
.github/workflows/mandrel.yml
@@ -29,13 +29,13 @@ concurrency:
29
jobs:
30
q-main-ea:
31
name: "Q main M 25.0 EA"
32
- uses: graalvm/mandrel/.github/workflows/base.yml@default
+ uses: jerboaa/graal/.github/workflows/base.yml@support_jdk_pin
33
with:
34
quarkus-version: "main"
35
mandrel-repo: ${{ github.repository }}
36
mandrel-version: ${{ github.ref }}
37
mandrel-packaging-version: "25.0"
38
- jdk: "25/ea"
+ jdk: "pinnedversion:jdk-25.0.3%2B2-ea-beta"
39
q-main-ea-win:
40
name: "Q main M 25.0 windows EA"
41
uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
0 commit comments