Skip to content

Commit

Permalink
ci: Fix matrix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Sep 19, 2024
1 parent 4d414b3 commit 8736815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{ matrix.version }}
java-version: ${{ matrix.java }}
- name: Build and Test
run: sbt test

0 comments on commit 8736815

Please sign in to comment.