Skip to content

Commit 243e5fb

Browse files
committed
github actions yml corrections
1 parent 0f695fe commit 243e5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/native-image-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
os: [ windows-latest, ubuntu-latest, macos-latest ]
1111
graal-java: [ java11 ]
1212
test: [ test-native, test-native-sci ]
13-
clojure-version: [ 1.10, 1.11 ]
13+
clojure-version: [ '1.10', '1.11' ]
1414

15-
name: ${{ matrix.os }},${{ matrix.graal-java }},${{ matrix.test }},clj ${{matrix.clojure-version}}
15+
name: ${{ matrix.os }},${{ matrix.graal-java }},${{ matrix.test }},clj ${{ matrix.clojure-version }}
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)