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 1bbb2a0 commit 61145aaCopy full SHA for 61145aa
.github/workflows/continuous-integration.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: true
34
matrix:
35
- # cannot test on Scala 3.2.2 (mockito-scala-scalatest is not available)
+ # cannot test or even compile tests on Scala 3.2.2 (mockito-scala-scalatest is not available)
36
scala: [ '2.12.18', '2.13.11']
37
38
steps:
@@ -71,7 +71,8 @@ jobs:
71
72
distribution: [ 'corretto' ]
73
jdk: [ '11' ]
74
- scala: [ '2.12.18', '2.13.11', '3.2.2' ]
75
+ scala: [ '2.12.18', '2.13.11']
76
experimental: [ false ]
77
include:
78
- jdk: '17'
0 commit comments