Skip to content

Commit

Permalink
apply /pull/55
Browse files Browse the repository at this point in the history
  • Loading branch information
kxc-wraikny committed Sep 25, 2024
1 parent 8a22e1f commit 4dd981f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ocaml-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
# - 4.13.1
# - 5.0.0
- 5.1.0
oven-version:
- latest
- 1.0.25
runs-on: ubuntu-latest

steps:
Expand All @@ -31,12 +34,18 @@ jobs:
submodules: true
fetch-depth: 2

- uses: oven-sh/setup-bun@v1
with:
bun-version: ${{ matrix.oven-version }}

- name: OCaml Checks
uses: kxcdev/ocaml-general-gha@v3
with:
ocaml-version: ${{ matrix.ocaml-version }}
node-version: 'latest'
pr-report-test-result: ${{ matrix.ocaml-version == '5.1.0' }}
setup-command: |
opam install . --yes --deps-only --with-test --verbose
quick-check-finished:
needs: quick-check
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
(description "Melange version of kxclib - Common OCaml utilities maintained by Kotoi-Xie Consultancy, Inc.")
(depends
(kxclib (= :version))
(melange (>= 2.0.0))
(melange (and (>= 2.0.0) (< 3.0.0)))
(ocaml (>= 5.1.0))))

0 comments on commit 4dd981f

Please sign in to comment.