Skip to content

Commit 747c030

Browse files
committed
Use jdk22 in e2e tests
1 parent e295d37 commit 747c030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: graalvm/setup-graalvm@v1
3535
with:
3636
version: ${{ matrix.graal }}
37-
java-version: 21
37+
java-version: 22
3838
components: native-image
3939
native-image-musl: ${{ matrix.musl }}
4040
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/setup-java@v3
9696
with:
9797
distribution: adopt
98-
java-version: 21
98+
java-version: 22
9999
cache: gradle
100100
- name: Use Python 3.11
101101
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)