Skip to content

Commit 75abeee

Browse files
committed
fixed EM version in CI build
1 parent 40767b6 commit 75abeee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- name: Setup JDK for EvoMaster
4444
uses: actions/setup-java@v1
4545
with:
46-
java-version: 1.8
46+
# client library is on 8, but, to build whole EM, need higher.
47+
java-version: 17
4748
- name: Checkout EvoMaster
4849
uses: actions/checkout@v4
4950
with:

0 commit comments

Comments
 (0)