We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca2d3f commit 39db5ddCopy full SHA for 39db5dd
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- maven: [ '3.8.8', '3.9.7' ]
+ maven: [ '3.8.8', '3.9.8' ]
16
java: [ '11', '17' ]
17
os: [ 'ubuntu-latest', 'windows-latest' ]
18
runs-on: ${{ matrix.os }}
0 commit comments