Upgrade GitHub CI JDK

- Remove Java 11 (end of premier support)
- Add Java 21
master
Richard Körber 2025-01-26 16:12:53 +01:00
parent 5c762dfe48
commit 9d2087d2a6
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ '11', '17' ]
java: [ '17', '21' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK