Skip to content

Commit

Permalink
maintenance: tweak ci gates
Browse files Browse the repository at this point in the history
Adapt unused packages for new ocamlformat

Stop allowing 4.14.1 to fail

Signed-off-by: Pau Ruiz Safont <pau.safont@citrix.com>
  • Loading branch information
psafont committed Jan 31, 2023
1 parent 86fbaca commit c9ee381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/unused-upstream.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
bisect_ppx
conf-perl
either
fix
logs-syslog
memtrace
ocaml-version
ocamlformat
ocamlformat
ocp-indent
odoc-parser
odoc-parser
syslog-message
tyre
tyxml
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
fail-fast: false
matrix:
ocaml-version: ["4.13.1"]
experimental: [false]
include:
- ocaml-version: "4.14.1"
experimental: true

continue-on-error: ${{ matrix.experimental }}
env:
OCAML_VERSION: ${{ matrix.ocaml-version }}

Expand Down

0 comments on commit c9ee381

Please # to comment.