Skip to content

Commit 24f9364

Browse files
authored
Update maven-build.yml
1 parent ea58f4e commit 24f9364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
java: [ 11, 17 ]
49+
java: [ 11 ]
5050
steps:
5151
- uses: actions/checkout@v2
5252
- name: Set up JDK
@@ -103,4 +103,4 @@ jobs:
103103
run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
104104
- name: Codecov Report
105105
if: matrix.os != 'windows' && startsWith(matrix.java, '11')
106-
uses: codecov/[email protected]
106+
uses: codecov/[email protected]

0 commit comments

Comments
 (0)