We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d0cbf commit 0970767Copy full SHA for 0970767
.github/workflows/maven.yml
@@ -6,7 +6,7 @@ jobs:
6
build_and_test:
7
strategy:
8
matrix:
9
- jdkversion: [8, 11, 17]
+ jdkversion: [17]
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
0 commit comments