Skip to content

Commit 05864bd

Browse files
authored
chore: update CI (#785)
Signed-off-by: Chris Laprun <[email protected]>
1 parent a9a32c4 commit 05864bd

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
@@ -43,8 +43,8 @@ jobs:
4343
# - '.platforms[0].streams[] | select(.id == "3.6") | .releases[0].version'
4444
uses: ./.github/workflows/build-for-quarkus-version.yml
4545
with:
46-
# quarkus-version-jq-cmd: ${{ matrix.quarkus-version-jq-cmd }}
47-
quarkus-version: 3.6.0
46+
quarkus-version-jq-cmd: ${{ matrix.quarkus-version-jq-cmd }}
47+
# quarkus-version: 3.6.0
4848
java-version: ${{ matrix.java-version }}
4949
branch: ${{ needs.extract-branch-name.outputs.branch_name }}
5050
native-modules: "integration-tests"

0 commit comments

Comments
 (0)