Skip to content

Commit

Permalink
Use jdk22 in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Sep 20, 2024
1 parent e295d37 commit 747c030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: graalvm/setup-graalvm@v1
with:
version: ${{ matrix.graal }}
java-version: 21
java-version: 22
components: native-image
native-image-musl: ${{ matrix.musl }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 21
java-version: 22
cache: gradle
- name: Use Python 3.11
uses: actions/setup-python@v4
Expand Down

0 comments on commit 747c030

Please sign in to comment.