Skip to content

Commit

Permalink
Enable CI for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 25, 2023
1 parent 5fd7606 commit 393d226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
# - windows-latest
ocaml-compiler:
- 4.14.0
- 5.0

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pin: ## Pin dependencies

.PHONY: create-switch
create-switch: ## Create opam switch
@opam switch create . 4.14.0 --deps-only --with-test
@opam switch create . 4.14.0 --deps-only --with-test -y

.PHONY: install
install: create-switch pin ## Install dependencies
Expand Down

0 comments on commit 393d226

Please sign in to comment.