Skip to content

Commit

Permalink
Merge pull request #1448 from michalvavrik/fix-3-2-cli-with-quarkus-v…
Browse files Browse the repository at this point in the history
…ersion-update

[3.2] GH workflow adjustments - fix CLI tests by upgrading Quarkus to 3.2.6 and use also Java 17 for some of runs
  • Loading branch information
mjurc authored Oct 3, 2023
2 parents c921803 + 7cf89df commit 4cf3350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11 ]
java: [ 17 ]
steps:
- uses: actions/checkout@v3
- name: Install JDK {{ matrix.java }}
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
needs: prepare-jvm-latest-modules-mvn-param
strategy:
matrix:
java: [ 11 ]
cli: [ 3.2.5.Final ]
java: [ 17 ]
cli: [ 3.2.6.Final ]
module-mvn-args: ${{ fromJSON(needs.prepare-jvm-latest-modules-mvn-param.outputs.MODULES_MAVEN_PARAM) }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
strategy:
matrix:
java: [ 11 ]
cli: [ 3.2.5.Final ]
cli: [ 3.2.6.Final ]
steps:
- uses: actions/checkout@v3
- name: Reclaim Disk Space
Expand Down

0 comments on commit 4cf3350

Please sign in to comment.