feat: Move to Java 23

Closes: gh-1990
This commit is contained in:
Nanne Baars
2024-12-21 14:16:33 +01:00
committed by GitHub
parent a95213757d
commit 0244655409
7 changed files with 23 additions and 20 deletions

View File

@ -28,12 +28,12 @@ jobs:
with:
python-version: '3.7'
architecture: x64
# Uses an action to add JDK 21 to the VM (and mvn?)
- name: set up JDK 21
# Uses an action to add JDK 23 to the VM (and mvn?)
- name: set up JDK 23
uses: actions/setup-java@v4.2.1
with:
distribution: 'temurin'
java-version: 21
java-version: 23
architecture: x64
cache: 'maven'
- uses: BSFishy/pip-action@v1