We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f6477 commit cd743f8Copy full SHA for cd743f8
.github/workflows/ci.yml
@@ -32,8 +32,7 @@ jobs:
32
- ocaml-compiler: 4.10.x
33
os: macos-latest
34
# OCaml 4.08.x: skipping macos & windows (fail)
35
- # Keep the minimal version of OCaml in sync in here, `dune-project`
36
- # and `dune-workspace.dev`.
+ # Keep the minimal version of OCaml in sync in here and `dune-project`
37
- ocaml-compiler: 4.08.x
38
os: ubuntu-latest
39
Makefile
@@ -17,9 +17,6 @@ reinstall: uninstall install
17
clean:
18
dune clean
19
20
-all-supported-ocaml-versions:
21
- dune runtest --workspace dune-workspace.dev
22
-
23
release:
24
dune-release tag
25
dune-release distrib --skip-build --skip-lint --skip-tests -n pp
dune-workspace.dev
0 commit comments