Skip to content

Commit 61145aa

Browse files
committed
Cannot test or even compile tests on Scala 3.2.2 (mockito-scala-scalatest is not available)
1 parent 1bbb2a0 commit 61145aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: true
3434
matrix:
35-
# cannot test on Scala 3.2.2 (mockito-scala-scalatest is not available)
35+
# cannot test or even compile tests on Scala 3.2.2 (mockito-scala-scalatest is not available)
3636
scala: [ '2.12.18', '2.13.11']
3737

3838
steps:
@@ -71,7 +71,8 @@ jobs:
7171
matrix:
7272
distribution: [ 'corretto' ]
7373
jdk: [ '11' ]
74-
scala: [ '2.12.18', '2.13.11', '3.2.2' ]
74+
# cannot test or even compile tests on Scala 3.2.2 (mockito-scala-scalatest is not available)
75+
scala: [ '2.12.18', '2.13.11']
7576
experimental: [ false ]
7677
include:
7778
- jdk: '17'

0 commit comments

Comments
 (0)