Skip to content

Commit

Permalink
Update CI to use 21 instead of 21-ea, and bazel to use 21 now that it…
Browse files Browse the repository at this point in the history
…s not EA.

PiperOrigin-RevId: 571115942
  • Loading branch information
sameb authored and Guice Team committed Oct 5, 2023
1 parent db5bcc2 commit ba3553a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ba3553a

Please sign in to comment.