Skip to content

Commit 5b518e2

Browse files
committed
[build] ruby tests need to use Java 17
1 parent d636c7b commit 5b518e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
browser: ${{ matrix.browser }}
112112
cache-key: rb-remote-${{ matrix.browser }}-${{ matrix.os }}-test
113113
os: ${{ matrix.os }}
114-
java-version: 11
114+
java-version: 17
115115
run: >
116116
bazel test
117117
--keep_going

0 commit comments

Comments
 (0)