CI: add support for JDK 21

Depends on https://github.com/Card-Forge/forge/pull/8533
This commit is contained in:
Leandro Doctors
2025-08-25 18:35:34 +02:00
committed by Chris H
parent 780cc8ddbf
commit 28ec24069c

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17' ]
java: ['17', '21']
name: Test with Java ${{ matrix.Java }}
steps:
- uses: actions/checkout@v3