Skip to content

Commit

Permalink
Use Scala 3.13 to detect
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jan 11, 2024
1 parent 1c7184d commit 8b07cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
fail-fast: false
matrix:
OS: [ubuntu-22.04, windows-2022]
scala: [2.12.18, 2.13.12, 3.3.1]
# Test using the same Scala 3 as used to publish ScalaNative artifacts
scala: [2.12.18, 2.13.12, 3.1.3]
steps:
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
Expand Down

0 comments on commit 8b07cb3

Please sign in to comment.