mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user