Skip to content

Commit f7abab4

Browse files
java-team-github-botGuice Team
authored and
Guice Team
committed
fix java-version property for publish workflow.
PiperOrigin-RevId: 422652617
1 parent dea06c1 commit f7abab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup JDK
5454
uses: actions/setup-java@v2
5555
with:
56-
java-version: ${{ matrix.java }}
56+
java-version: 11
5757
distribution: 'zulu'
5858
server-id: google-snapshots
5959
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)