Skip to content

Commit

Permalink
fix: run CI on Quarkus 3.6.0 now that it's released
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Nov 24, 2023
1 parent cc69006 commit 26f7177
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
strategy:
matrix:
java-version: [ 11, 17 ]
# quarkus-version-jq-cmd:
# - '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
# - '.platforms[0].streams[] | select(.id == "3.5") | .releases[0].version'
quarkus-version-jq-cmd:
- '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
# - '.platforms[0].streams[] | select(.id == "3.6") | .releases[0].version'
uses: ./.github/workflows/build-for-quarkus-version.yml
with:
# quarkus-version-jq-cmd: ${{ matrix.quarkus-version-jq-cmd }}
quarkus-version: 3.6.0.CR1
quarkus-version: 3.6.0
java-version: ${{ matrix.java-version }}
branch: ${{ needs.extract-branch-name.outputs.branch_name }}
native-modules: "integration-tests"
Expand Down

0 comments on commit 26f7177

Please sign in to comment.