We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6ad49 commit 919b4f2Copy full SHA for 919b4f2
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.12.15, 2.13.6, 3.0.2]
+ scala: [2.12.15, 2.13.6, 3.1.0]
27
java: [adoptium@8]
28
runs-on: ${{ matrix.os }}
29
steps:
0 commit comments