We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1ec5e commit a2330d4Copy full SHA for a2330d4
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
java: [ '8', '11', '15', '16' ]
18
- scala: [ '2.13.5', '2.12.13', '2.11.12', '3.0.0-RC1' ]
+ scala: [ '2.13.5', '2.12.13', '2.11.12', '3.0.0-RC2' ]
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up JDK
0 commit comments