Skip to content

Commit

Permalink
Revert "build(deps): upgrade quarkus to 3.2.9 (cryostatio#352)"
Browse files Browse the repository at this point in the history
This reverts commit bbbbf38.
  • Loading branch information
andrewazores committed Apr 18, 2024
1 parent 2020298 commit b909061
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# java: [ '17', '21' ]
java: ['17']
java: [ '17', '21' ]
env:
cache-name: cache-yarn
name: Build and test Java ${{ matrix.java }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
needs: [get-pom-properties]
strategy:
matrix:
# java: [ '17', '21' ]
java: ['17']
java: [ '17', '21' ]
env:
IMAGE_VERSION: ${{ needs.get-pom-properties.outputs.image-version }}
cache-name: cache-yarn
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<org.testcontainers.bom.version>1.19.7</org.testcontainers.bom.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.2.9.Final</quarkus.platform.version>
<quarkus.platform.version>3.2.6.Final</quarkus.platform.version>
<quarkus-quinoa.version>2.3.6</quarkus-quinoa.version>
<io.netty.version>4.1.101.Final</io.netty.version>
<org.codehaus.mojo.build.helper.plugin.version>3.5.0</org.codehaus.mojo.build.helper.plugin.version>
Expand Down

0 comments on commit b909061

Please sign in to comment.