We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7184d commit 49a862cCopy full SHA for 49a862c
.github/workflows/CI.yml
@@ -7,7 +7,8 @@ jobs:
7
fail-fast: false
8
matrix:
9
OS: [ubuntu-22.04, windows-2022]
10
- scala: [2.12.18, 2.13.12, 3.3.1]
+ # Test using the same Scala 3 as used to publish ScalaNative artifacts
11
+ scala: [2.12.18, 2.13.12, 3.1.3]
12
steps:
13
- uses: actions/checkout@v3
14
- uses: coursier/cache-action@v6
0 commit comments