Skip to content

Commit

Permalink
chore: add all supported ocaml versions to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed Dec 2, 2023
1 parent 13f8ac7 commit 1a369e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: "Run nix flake check"
run: nix flake check
- name: "Run nix build"
run: nix build -L .#fiber{,-lwt}
run: nix build -L .#fiber{,-lwt,_4_08,_4_09,_4_10,_4_11,_4_12,_4_13,_4_14,_5_0,5_1}

0 comments on commit 1a369e9

Please sign in to comment.