Skip to content

Commit 49a862c

Browse files
Use Scala 3.13 to detect (#35)
1 parent 1c7184d commit 49a862c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
fail-fast: false
88
matrix:
99
OS: [ubuntu-22.04, windows-2022]
10-
scala: [2.12.18, 2.13.12, 3.3.1]
10+
# Test using the same Scala 3 as used to publish ScalaNative artifacts
11+
scala: [2.12.18, 2.13.12, 3.1.3]
1112
steps:
1213
- uses: actions/checkout@v3
1314
- uses: coursier/cache-action@v6

0 commit comments

Comments
 (0)