Update CI to use 21 instead of 21-ea, and bazel to use 21 now that its not EA.

PiperOrigin-RevId: 571115942
This commit is contained in:
Sam Berlin
2023-10-05 13:36:33 -07:00
committed by Guice Team
parent db5bcc20f9
commit ba3553a697
+2 -3
View File
@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [11, 17, 21-ea]
java: [11, 17, 21]
# Additionally add macos & windows with a single recent JDK
include:
- os: macos-latest
@@ -49,8 +49,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
# Bazel has issues with parsing "21-ea" as a java-version, so use 20 for now
java: [11, 17, 20]
java: [11, 17, 21]
# Additionally add macos & windows with a single recent JDK
include:
- os: macos-latest