Skip to content

Commit d2c7141

Browse files
committed
CI: Temporarily disable builds with OpenJDK 11 EA
Till #210 is fixed
1 parent 8792550 commit d2c7141

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mandrel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
jdk: ['ga', 'ea']
46+
jdk: ['ga']
4747
steps:
4848
- uses: actions/checkout@v1
4949
with:
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
quarkus_latest=$(curl https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/maven-metadata.xml | awk -F"[<>]" '/latest/ {print $3}')
9898
echo ${quarkus_latest}
99-
json=$(jq -n --arg version ${quarkus_latest} '{"jdk": ["ga", "ea"], "quarkus-version": [$version, "master"]}' | tr -d '\n')
99+
json=$(jq -n --arg version ${quarkus_latest} '{"jdk": ["ga"], "quarkus-version": [$version, "master"]}' | tr -d '\n')
100100
echo $json
101101
echo "::set-output name=matrix::${json}"
102102
@@ -138,7 +138,7 @@ jobs:
138138
- name: Read json file with native-tests matrix
139139
id: read
140140
run: |
141-
json=$(jq --arg version ${{ matrix.quarkus-version }} '{"jdk": ["ga", "ea"], "quarkus-version": [$version, "master"]} + .' ${QUARKUS_PATH}/.github/native-tests.json | tr -d '\n')
141+
json=$(jq --arg version ${{ matrix.quarkus-version }} '{"jdk": ["ga"], "quarkus-version": [$version, "master"]} + .' ${QUARKUS_PATH}/.github/native-tests.json | tr -d '\n')
142142
echo $json
143143
echo "::set-output name=matrix::${json}"
144144
- name: Tar Maven Repo

0 commit comments

Comments
 (0)