Skip to content

Commit 2d0fb07

Browse files
committed
Not building on JRE 7 anymore, since we pushed minimum to JRE 8
Signed-off-by: Markus KARG <[email protected]>
1 parent 900acba commit 2d0fb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, windows-latest, macOS-latest]
28-
java: [7, 8, 11, 14, 15, 16-ea]
28+
java: [8, 11, 14, 15, 16-ea]
2929
fail-fast: false
3030

3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)