Skip to content

Commit c2042e3

Browse files
mkarggaul
authored andcommitted
ci.yml: Java 8 -> Java11
1 parent 243a9a9 commit c2042e3

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [ '8' ]
16+
java: [ '11' ]
1717
maven: [ '3.6.3', '3.8.8', '3.9.6' ]
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)