Also build on Java 21

This commit is contained in:
Nico Mexis 2023-12-05 21:48:15 +01:00
parent cdc8dc8581
commit 8713ce7d88
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78

AI 샘플 코드 생성 중입니다

Loading...

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ] # LTS versions
java: [ '8', '11', '17', '21' ] # LTS versions
steps:
- uses: actions/checkout@v3