Skip to content

Commit 8861d69

Browse files
committed
Disable Java 16 in tests again for now.
1 parent 34aa471 commit 8861d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
java: [ '11', '16' ]
15+
java: [ '11', '15' ]
1616
os: [ 'ubuntu-20.04' ]
1717
runs-on: ${{ matrix.os }}
1818
steps:

0 commit comments

Comments
 (0)