From 2cccca7de7b7df82ecbd0ee1be1ee3bfd85563cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Tue, 14 May 2024 10:20:53 +0200 Subject: [PATCH] Update CI, test with: 5.1.1, 5.2.0, and 5.3.0+trunk --- .github/workflows/default.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 7245ead..a5bed22 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -19,7 +19,8 @@ jobs: - macos-14 ocaml-compiler: - 5.1.1 - - ocaml-variants.5.2.0+trunk + - 5.2.0 + - ocaml-variants.5.3.0+trunk runs-on: ${{ matrix.os }}