Skip to content

Commit

Permalink
Upgrade Photon demos to 24.1.0 and GraalVM for JDK 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 17, 2024
1 parent eb6624d commit 7cc06df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graalwasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '22.0.2'
java-version: '23.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '22.0.2'
java-version: '23.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion graalwasm/photon-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>4.6.1</version>
</parent>
<properties>
<graal.languages.version>24.0.2</graal.languages.version>
<graal.languages.version>24.1.0</graal.languages.version>
<photon.download.url>
https://raw.githubusercontent.com/fineshopdesign/cf-wasm/dca69477657fe80e36989f1fe7dcc17700d81ee2/packages/photon/src/lib
</photon.download.url>
Expand Down
2 changes: 1 addition & 1 deletion graalwasm/photon-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<url/>
</scm>
<properties>
<graal.languages.version>24.0.2</graal.languages.version>
<graal.languages.version>24.1.0</graal.languages.version>
<photon.download.url>
https://raw.githubusercontent.com/fineshopdesign/cf-wasm/dca69477657fe80e36989f1fe7dcc17700d81ee2/packages/photon/src/lib
</photon.download.url>
Expand Down

0 comments on commit 7cc06df

Please sign in to comment.