Skip to content

Commit bd49ae0

Browse files
committed
Revert "Fix ci testing environment with java 11"
This reverts commit 00c0d21.
1 parent 00c0d21 commit bd49ae0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,11 @@ jobs:
5959
env:
6060
JOB_TYPE: test
6161
windows:
62-
# Building using Java 8 and run the tests with Java 11 runtime
6362
runs-on: windows-latest
6463
steps:
6564
- name: Support longpaths
6665
run: git config --system core.longpaths true
6766
- uses: actions/checkout@v4
68-
- uses: actions/setup-java@v4
69-
with:
70-
java-version: 11
71-
distribution: temurin
72-
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
73-
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
74-
# https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm
75-
run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
76-
shell: bash
7767
- uses: actions/setup-java@v4
7868
with:
7969
distribution: temurin

0 commit comments

Comments
 (0)