Skip to content

Commit

Permalink
YAML in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Feb 15, 2024
1 parent bea20bb commit e9a17ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
sbtCrossVersion: ["1.4.9"]
jvmName: ["temurin:1.11.0","temurin:1.17.0"]
sbtCrossVersion: ["1.4.9"]
jvmName: ["temurin:1.11.0","temurin:1.17.0"]
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit e9a17ee

Please sign in to comment.