We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb3d47 commit b285934Copy full SHA for b285934
1 file changed
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- java: [8, 11, 13, 16, 17-ea]
+ java: [8, 11, 13, 16, 17, 18-ea]
16
name: 'Linux JDK ${{ matrix.java }} Maven'
17
runs-on: ubuntu-latest
18
steps:
0 commit comments