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 bbe2edf commit bcc86a5Copy full SHA for bcc86a5
.github/workflows/ci.yml
@@ -22,15 +22,15 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [3.0.1, 2.12.14, 2.13.6]
+ scala: [3.0.2, 2.12.14, 2.13.6]
26
java: [adopt@1.8, adopt@1.11]
27
platform: [jvm]
28
workers: [1, 4]
29
include:
30
- workers: 1
31
os: ubuntu-latest
32
java: adopt@1.8
33
- scala: 3.0.1
+ scala: 3.0.2
34
platform: js
35
36
0 commit comments