We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40767b6 commit 75abeeeCopy full SHA for 75abeee
1 file changed
.github/workflows/ci.yaml
@@ -43,7 +43,8 @@ jobs:
43
- name: Setup JDK for EvoMaster
44
uses: actions/setup-java@v1
45
with:
46
- java-version: 1.8
+ # client library is on 8, but, to build whole EM, need higher.
47
+ java-version: 17
48
- name: Checkout EvoMaster
49
uses: actions/checkout@v4
50
0 commit comments