From 3ef558d37da6adc6da7f21fbff3c56ac66f05ca3 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Mon, 8 Jul 2024 20:39:34 -0500 Subject: [PATCH] Also test on 5.2.0 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae27e81..b0981084 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,12 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-24.04] + compiler: [4.14.2, 5.2.0] steps: - name: Build and test module uses: savonet/build-and-test-ocaml-module@main + with: + ocaml-compiler: ${{ matrix.compiler }} - name: Run CI tests run: | opam exec dune build @citest