From a4101781a912a64329fcb1e25ab042cf53f8a1a5 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Tue, 30 Jul 2024 17:10:53 +1000 Subject: [PATCH] Add official OCaml 5.2 compiler --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d94e30f..50f80f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - ubuntu-latest # - macos-latest ocaml-compiler: - - ocaml-base-compiler.5.2.0~alpha1 + - 5.2.x - 5.1.x - 5.0.x - 4.14.x