Skip to content

Commit

Permalink
chore: updating workflow files and rolling back ocamlformat version
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Aurélio da Silva <marcoonroad@gmail.com>
  • Loading branch information
marcoonroad committed Mar 27, 2022
1 parent b0568cc commit e9b7df6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos-ci.yml
Expand Up @@ -28,7 +28,6 @@ jobs:
- 4.10.2
- 4.11.2
- 4.12.1
- 4.13.1

runs-on: ${{ matrix.os }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu-ci.yml
Expand Up @@ -28,7 +28,6 @@ jobs:
- 4.10.2
- 4.11.2
- 4.12.1
- 4.13.1

runs-on: ${{ matrix.os }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows-ci.yml
Expand Up @@ -28,7 +28,6 @@ jobs:
- 4.10.2
- 4.11.2
- 4.12.1
- 4.13.1

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion twostep.opam
Expand Up @@ -34,5 +34,5 @@ depends: [
"dune" {>= "2.7.0"}
"bisect_ppx" {dev & >= "2.6.0"}
"alcotest" {with-test & >= "0.8.4"}
"ocamlformat" {with-test & >= "0.20.0"}
"ocamlformat" {with-test & >= "0.16.0"}
]

0 comments on commit e9b7df6

Please sign in to comment.