Make the build JDK 22-compatible (#1277)

And verify the build with JDK 22.0.2.
This commit is contained in:
Stephan Schroevers
2024-08-10 23:13:23 +02:00
committed by GitHub
parent 363b0c22c7
commit fdf9bb5d25
2 changed files with 4 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
jdk: [ 17.0.10, 21.0.2 ]
jdk: [ 17.0.10, 21.0.2, 22.0.2 ]
distribution: [ temurin ]
experimental: [ false ]
include: