Skip to content

Commit 8736815

Browse files
ci: Fix matrix usage
1 parent 4d414b3 commit 8736815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: actions/setup-java@v3
1717
with:
1818
distribution: temurin
19-
java-version: ${{ matrix.version }}
19+
java-version: ${{ matrix.java }}
2020
- name: Build and Test
2121
run: sbt test

0 commit comments

Comments
 (0)