Skip to content

Commit 4eb679a

Browse files
committed
fix: use Quarkus 3.7.1
Signed-off-by: Chris Laprun <[email protected]>
1 parent f908a6e commit 4eb679a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
java-version: [ 17, 21 ]
7979
uses: ./.github/workflows/build-for-quarkus-version.yml
8080
with:
81-
quarkus-version: ${{ needs.extract-project-metadata.outputs.latest_stable_quarkus }}
81+
# quarkus-version: ${{ needs.extract-project-metadata.outputs.latest_stable_quarkus }}
82+
quarkus-version: 999-SNAPSHOT
8283
java-version: ${{ matrix.java-version }}
8384
branch: ${{ needs.extract-project-metadata.outputs.branch_name }}
8485
native-modules: "integration-tests"

0 commit comments

Comments
 (0)