Add Java 21 to Multi-JDK Build

This commit is contained in:
Rob Bygrave
2023-09-20 23:12:04 +12:00
parent b445857227
commit eab4f9c739
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: [11, 17]
java_version: [11, 17, 21]
os: [ubuntu-latest]
steps: