Skip to content

Commit a0c5553

Browse files
committed
fix: use Quarkus 3.7.1
Signed-off-by: Chris Laprun <[email protected]>
1 parent 6edb3af commit a0c5553

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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"

.github/workflows/nightly-build-with-f8-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Release snapshot of next-fabric8-version branch each day at midnight
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 0 * * SUN' # run each Sunday at midnight
66

77
jobs:
88
build-for-latest-quarkus-version:
99
uses: ./.github/workflows/build-for-quarkus-version.yml
1010
with:
1111
# quarkus-version-jq-cmd: '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
12-
quarkus-version: 3.7.0
12+
quarkus-version: 3.7.1
1313
java-version: 21
1414
branch: "next-fabric8-version"
1515
native-modules: "integration-tests,samples"

0 commit comments

Comments
 (0)