Skip to content

Commit

Permalink
[CI] Pin Quarkus 2.13 version to a tag
Browse files Browse the repository at this point in the history
Due to #501
  • Loading branch information
zakkak committed Nov 15, 2023
1 parent 4737694 commit d52e3c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
name: "Q 2.13 M 22.3 image"
uses: graalvm/mandrel/.github/workflows/base.yml@default
with:
quarkus-version: "2.13"
# Use a tag for 2.13 due to https://github.com/graalvm/mandrel/issues/501
quarkus-version: "2.13.8.Final"
build-type: "mandrel-source-nolocalmvn"
version: "mandrel/22.3"
jdk: "17/ea"
Expand Down

0 comments on commit d52e3c2

Please sign in to comment.