Skip to content

Commit e0926b9

Browse files
committed
Drop Java 1.7 from github actions
1 parent eb07cb2 commit e0926b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-18.04]
12-
java: [7, 8, 9, 11, 14, 15]
12+
java: [8, 9, 11, 14, 15]
1313
fail-fast: false
1414
max-parallel: 4
1515
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)