Skip to content

Commit

Permalink
chore: update to 5.x (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Sep 30, 2024
1 parent 8f25cce commit 4b6da8c
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- ubuntu-latest
- windows-latest
ocaml-compiler:
- 4.14.x
- 5.0.x
- 5.1.x
- 5.2.x

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

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
ocaml-compiler:
- 4.14.x
- 5.2.x
steps:
- uses: actions/checkout@v3
- name: Use OCaml ${{ matrix.ocaml-compiler }}
Expand Down
63 changes: 58 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs.nix-filter.url = "github:numtide/nix-filter";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:nixos/nixpkgs";
inputs.nixpkgs.url = "github:nix-ocaml/nix-overlays";

outputs = { self, nixpkgs, flake-utils, nix-filter }:
flake-utils.lib.eachDefaultSystem (system:
Expand Down
2 changes: 1 addition & 1 deletion lev-fiber-csexp/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down
2 changes: 1 addition & 1 deletion lev-fiber/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down
2 changes: 1 addition & 1 deletion lev-fiber/test/util/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down
6 changes: 3 additions & 3 deletions lev/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand All @@ -23,7 +23,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests
Expand All @@ -42,7 +42,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests
Expand Down

0 comments on commit 4b6da8c

Please sign in to comment.