We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1476c4d commit dfbdcc9Copy full SHA for dfbdcc9
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
matrix:
28
os: [ubuntu-latest]
29
- scala: [2.11.12, 2.12.14, 2.13.6, 3.0.2]
+ scala: [2.11.12, 2.12.14, 2.13.7, 3.0.2]
30
java: [temurin@11]
31
ci: [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS]
32
runs-on: ${{ matrix.os }}
0 commit comments