Skip to content

Commit f774573

Browse files
committed
Perform CI with Java 8 and Java 17
1 parent 2e94c53 commit f774573

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest, windows-latest, macos-latest ]
13-
java: [ 8, 11, 17 ]
13+
java: [ 8, 17 ]
1414
runs-on: ${{ matrix.os }}
1515
timeout-minutes: 20
1616
steps:

0 commit comments

Comments
 (0)