GitHub Actions:

- build using Java 21 (use toolchain because Gradle 8.4 does not support running on Java 21)
- no longer build on Java 19 and 20
This commit is contained in:
Karl Tauber
2023-10-15 16:38:28 +02:00
parent 9ad8fb38e8
commit 0a7c76ec72

View File

@@ -24,11 +24,10 @@ jobs:
- 8 - 8
- 11 # LTS - 11 # LTS
- 17 # LTS - 17 # LTS
- 19
toolchain: [""] toolchain: [""]
include: include:
- java: 17 - java: 17
toolchain: 20 # latest toolchain: 21 # latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3