Skip to content

Commit

Permalink
Run the CI with more OCaml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lthms committed Jan 13, 2024
1 parent b6c1e45 commit 4f9b1dd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocaml_compiler: [ocaml.5.0.0, ocaml.5.1.1]
ocaml_compiler: [
# ocaml-system for Debian stable and Ubuntu LTS
ocaml.4.13.1,
# OCaml LTS version
ocaml.4.14.1,
# ocaml-system for Fedora 39
ocaml.5.0.0,
# ocaml-system for Archlinux
ocaml.5.1.0
]
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
Expand Down

0 comments on commit 4f9b1dd

Please sign in to comment.