Skip to content

Commit 47fbd5c

Browse files
authored
Merge pull request #58
Upgrade all demos and guides to `25.0.1`.
2 parents 132efe3 + 58bfe40 commit 47fbd5c

File tree

83 files changed

+157
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+157
-151
lines changed

.github/workflows/espresso-continuations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Download Espresso
22-
run: curl -sL -o $RUNNER_TEMP/espresso-linux-amd64.tar.gz https://gds.oracle.com/download/espresso/archive/espresso-java25-25.0.0-linux-amd64.tar.gz
22+
run: curl -sL -o $RUNNER_TEMP/espresso-linux-amd64.tar.gz https://gds.oracle.com/download/espresso/archive/espresso-java25-25.0.1-linux-amd64.tar.gz
2323
- uses: actions/setup-java@v4
2424
with:
2525
java-version: '25'

.github/workflows/graaljs-spring-boot-d3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: graalvm/setup-graalvm@v1
2424
with:
25-
java-version: '25.0.0'
25+
java-version: '25.0.1'
2626
distribution: 'graalvm'
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
cache: 'maven'

.github/workflows/graaljs-starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: graalvm/setup-graalvm@v1
2222
with:
23-
java-version: '25.0.0'
23+
java-version: '25.0.1'
2424
distribution: 'graalvm'
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
cache: 'maven'

.github/workflows/graaljs-webpack-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: graalvm/setup-graalvm@v1
2424
with:
25-
java-version: '25.0.0'
25+
java-version: '25.0.1'
2626
distribution: 'graalvm'
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
cache: 'gradle'

.github/workflows/graalpy-custom-venv-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: graalvm/setup-graalvm@v1
2222
with:
23-
java-version: '25.0.0'
23+
java-version: '25.0.1'
2424
distribution: 'graalvm'
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
cache: 'maven'

.github/workflows/graalpy-freeze-dependencies-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: graalvm/setup-graalvm@v1
2222
with:
23-
java-version: '25.0.0'
23+
java-version: '25.0.1'
2424
distribution: 'graalvm'
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
cache: 'maven'

.github/workflows/graalpy-javase-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: graalvm/setup-graalvm@v1
2222
with:
23-
java-version: '25.0.0'
23+
java-version: '25.0.1'
2424
distribution: 'graalvm'
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
cache: 'maven'

.github/workflows/graalpy-jbang-qrcode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: graalvm/setup-graalvm@v1
2222
with:
23-
java-version: '25.0.0'
23+
java-version: '25.0.1'
2424
distribution: 'graalvm'
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Run 'graalpy-jbang-qrcode' demo
2727
run: |
2828
cd graalpy/graalpy-jbang-qrcode
29-
curl -Ls https://sh.jbang.dev | bash -s - run qrcode.java "Hello from GraalPy!"
29+
curl -Ls https://sh.jbang.dev | bash -s - --verbose run qrcode.java "Hello from GraalPy!"

.github/workflows/graalpy-jython-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: graalvm/setup-graalvm@v1
2222
with:
23-
java-version: '25.0.0'
23+
java-version: '25.0.1'
2424
distribution: 'graalvm'
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
cache: 'maven'

.github/workflows/graalpy-micronaut-guide.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
kill $mnpid
3939
- uses: graalvm/setup-graalvm@v1
4040
with:
41-
java-version: '25.0.0'
41+
java-version: '25.0.1'
4242
distribution: 'graalvm'
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
cache: 'maven'
@@ -78,7 +78,7 @@ jobs:
7878
kill $mnpid
7979
- uses: graalvm/setup-graalvm@v1
8080
with:
81-
java-version: '25.0.0'
81+
java-version: '25.0.1'
8282
distribution: 'graalvm'
8383
github-token: ${{ secrets.GITHUB_TOKEN }}
8484
cache: 'gradle'

0 commit comments

Comments
 (0)