From d9f9713e7114a8a1113c19c2805e064efeda2c02 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Sat, 4 Nov 2023 17:11:12 +0000 Subject: [PATCH] gha: update ocaml compiler matrix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60a1794..d3fb214 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,12 +7,12 @@ jobs: strategy: matrix: operating-system: [macos-latest, ubuntu-latest, windows-latest] - ocaml-compiler: [ '4.12.0', '4.10.2', '4.06.2', '4.05.1'] + ocaml-compiler: [ '5.1.0', '4.14.1', '4.05.1'] steps: - uses: actions/checkout@master - uses: ocaml/setup-ocaml@v2 with: - ocaml-version: ${{ matrix.ocaml-version }} + ocaml-compiler: ${{ matrix.ocaml-compiler }} - run: opam pin add yaml.dev -n . - run: opam pin add yaml-sexp.dev -n . - name: Packages