We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3706f commit b5d8495Copy full SHA for b5d8495
.github/workflows/espresso-continuations.yml
@@ -19,10 +19,10 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: Download Espresso
22
- run: curl -sL -o $RUNNER_TEMP/espresso-linux-amd64.tar.gz https://gds.oracle.com/download/espresso/archive/espresso-java21-25.0.0-linux-amd64.tar.gz
+ 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
23
- uses: actions/setup-java@v4
24
with:
25
- java-version: '21'
+ java-version: '25'
26
distribution: 'jdkfile'
27
jdkFile: ${{ runner.temp }}/espresso-linux-amd64.tar.gz
28
- name: Build and run 'espresso-continuations' using Maven
0 commit comments