We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243a9a9 commit c2042e3Copy full SHA for c2042e3
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- java: [ '8' ]
+ java: [ '11' ]
17
maven: [ '3.6.3', '3.8.8', '3.9.6' ]
18
steps:
19
- uses: actions/checkout@v4
0 commit comments