Skip to content

Commit 274d70f

Browse files
committed
fix: use Quarkus 3.7.1
Signed-off-by: Chris Laprun <[email protected]>
1 parent b2c21fa commit 274d70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
# - '.platforms[0].streams[] | select(.id == "3.6") | .releases[0].version'
5353
uses: ./.github/workflows/build-for-quarkus-version.yml
5454
with:
55-
quarkus-version-jq-cmd: ${{ matrix.quarkus-version-jq-cmd }}
56-
# quarkus-version: 3.6.0
55+
# quarkus-version-jq-cmd: ${{ matrix.quarkus-version-jq-cmd }}
56+
quarkus-version: 999-SNAPSHOT
5757
java-version: ${{ matrix.java-version }}
5858
branch: ${{ needs.extract-branch-name.outputs.branch_name }}
5959
native-modules: "integration-tests"

0 commit comments

Comments
 (0)