From 303f51f93dc7b4a60a83bb6cc70d0448310070ee Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 18 Nov 2024 11:28:39 -0500 Subject: [PATCH] chore: add 4.10 to compat matrix --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f44fbad..f151e51e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ jobs: - ubuntu-latest ocaml-compiler: - '4.08' + - '4.10' - '4.14' - '5.2' - 'ocaml-variants.5.0.0+options,ocaml-option-bytecode-only'