Skip to content

Commit aa96389

Browse files
committed
DO NOT MERGE. Reduce the matrix for testing purposes
1 parent ca99f0f commit aa96389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: test_ci
3131
strategy:
3232
matrix:
33-
java-version: [ 11, 17, 21 ]
33+
java-version: [ 21 ]
3434
steps:
3535
- uses: actions/checkout@v2
3636
- name: Set up JDK ${{ matrix.java-version }}

flink-kubernetes-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ under the License.
3939
--add-opens=java.base/java.util=ALL-UNNAMED
4040
</surefire.module.config>
4141
<!-- valid options can be checked at https://central.sonatype.com/search?q=kubernetes-httpclient- currently: okhttp, jdk, jetty, vertx -->
42-
<fabric8.httpclinent.impl>vertx</fabric8.httpclinent.impl>
42+
<fabric8.httpclinent.impl>okhttp</fabric8.httpclinent.impl>
4343
</properties>
4444

4545
<dependencies>

0 commit comments

Comments
 (0)