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 02d3a7e commit 2ad405eCopy full SHA for 2ad405e
.github/workflows/build.yml
@@ -14,25 +14,25 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
-# os:
18
-# - ubuntu-latest
19
-# ocaml-compiler:
+ os:
+ - ubuntu-latest
+ ocaml-compiler:
20
# - "4.08"
21
# - "4.09"
22
# - "4.10"
23
# - "4.11"
24
# - "4.12"
25
-# - "4.13"
+ - "4.13"
26
# - "5.0"
27
# - "5.1"
28
# - "5.2"
29
-# skip-test:
30
-# - true
31
-# skip-doc:
32
33
-# skip-effects:
34
35
-# include:
+ skip-test:
+ - true
+ skip-doc:
+ skip-effects:
+ include:
36
# - os: ubuntu-latest
37
# ocaml-compiler: "4.14"
38
# skip-effects: true
0 commit comments