Skip to content

Commit

Permalink
fix typo in CI scala version v2
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttie committed May 2, 2022
1 parent 52710ad commit 12bb0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java: [11, 17]
scala: [2.12.5, 2.13.8]
scala: [2.12.15, 2.13.8]
platform: [ubuntu-20.04]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 12bb0a1

Please sign in to comment.