Skip to content

Commit

Permalink
Merge pull request #617 from pjgg/mandrel_22.3
Browse files Browse the repository at this point in the history
Update GraalVM/Mandrel image to 22.3
  • Loading branch information
michalvavrik authored Nov 14, 2022
2 parents b9ff106 + 08e3051 commit 0af11cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
matrix:
java: [ 17 ]
quarkus-version: ["999-SNAPSHOT"]
graalvm-version: [ "22.2.0.java17"]
graalvm-version: [ "22.3.0.java17"]
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<htmlunit.version>2.66.0</htmlunit.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>2.13.3.Final</quarkus.platform.version>
<quarkus.platform.version>2.13.4.Final</quarkus.platform.version>
<exclude.tests.with.tags>quarkus-cli</exclude.tests.with.tags>
<include.tests>**/*IT.java</include.tests>
<exclude.openshift.tests>**/OpenShift*IT.java</exclude.openshift.tests>
Expand Down

0 comments on commit 0af11cb

Please sign in to comment.