Skip to content

Commit e42b34a

Browse files
committed
Make the minimum Java version 8
1 parent 74ed688 commit e42b34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
platform: [ ubuntu-latest ]
16-
java-version: [ 8, 11, 21 ]
16+
java-version: [ 21 ]
1717

1818
runs-on: ${{ matrix.platform }}
1919
env:

0 commit comments

Comments
 (0)