build: update OpenJDK version in GitHub workflow
Some checks failed
Quality Check / Gradle Check (pull_request) Failing after 1s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 09:38:09 +02:00
parent a11b9dc4f3
commit f5e3aa43b9
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -8,7 +8,7 @@ jobs:
name: "Gradle Check"
runs-on: "ubuntu-latest"
container:
image: "cimg/openjdk:21.0-node"
image: "cimg/openjdk:22.0-node"
steps:
- name: "Checkout"
uses: actions/checkout@v3