We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a3791 commit 1e6c9e3Copy full SHA for 1e6c9e3
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
build:
28
strategy:
29
matrix:
30
- java-version: [8, 11]
+ java-version: [8, 11, 17]
31
os: [ubuntu-latest, macos-latest]
32
runs-on: ${{ matrix.os }}
33
steps:
0 commit comments