Skip to content

Commit 459474b

Browse files
Update gradle versions to string format in CI config
1 parent 2442a10 commit 459474b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
java: [8, 11]
16-
gradle: [6, 7, 8, 9]
16+
gradle: ['6', '7', '8', '9']
1717
env:
1818
# for gradle
1919
TERM: dumb

0 commit comments

Comments
 (0)