We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d414b3 commit 8736815Copy full SHA for 8736815
.github/workflows/ci.yaml
@@ -16,6 +16,6 @@ jobs:
16
uses: actions/setup-java@v3
17
with:
18
distribution: temurin
19
- java-version: ${{ matrix.version }}
+ java-version: ${{ matrix.java }}
20
- name: Build and Test
21
run: sbt test
0 commit comments