Skip to content

Commit 0ec8c24

Browse files
committed
fix for release script still using old JDK 8
1 parent fdee6d7 commit 0ec8c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
evomaster-version: 5.0.0
12-
jdk-jar: 1.8
12+
jdk-jar: 17
1313
jdk-jpackage: 21
1414
retention-days: 1
1515
## Doesn't work, ie, use env in env

0 commit comments

Comments
 (0)