Skip to content

Commit 0970767

Browse files
authoredApr 18, 2022
Build only on jdk 17
1 parent 73d0cbf commit 0970767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build_and_test:
77
strategy:
88
matrix:
9-
jdkversion: [8, 11, 17]
9+
jdkversion: [17]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.