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

@ -15,11 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
- name: Set up JDK 23
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
java-version: 23
architecture: x64
cache: 'maven'
@ -116,11 +116,11 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK 21
- name: Set up JDK 23
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
java-version: 23
architecture: x64
- name: Set version to next snapshot