Skip to content

Commit

Permalink
Use Java 21 for CI
Browse files Browse the repository at this point in the history
This is the version that is used for the J2CL internally as well.

PiperOrigin-RevId: 688781488
  • Loading branch information
rluble authored and copybara-github committed Oct 23, 2024
1 parent c8ca356 commit 30ef913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
java-version: '11'
java-version: '21'
distribution: 'zulu'
java-package: jdk

Expand Down

0 comments on commit 30ef913

Please sign in to comment.