From 06f776516f4d162bd7066d858a1fbbd8b15148d3 Mon Sep 17 00:00:00 2001 From: ygrek Date: Sun, 28 Jul 2024 23:44:18 -0400 Subject: [PATCH] ci: update ocaml versions --- .github/workflows/workflow.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d2c45841..26768376 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,9 +11,6 @@ jobs: fail-fast: false matrix: ocaml-version: - - 4.00.1 - - 4.01.0 - - 4.02.3 - 4.03.0 - 4.04.2 - 4.05.0 @@ -21,18 +18,23 @@ jobs: - 4.07.1 - 4.08.1 - 4.09.1 + - 4.10.0 + - 4.11.1 + - 4.12.1 + - 4.13.1 + - 4.14.1 required: - true os: - ubuntu-latest include: - - ocaml-version: 4.09.1 + - ocaml-version: 4.14.1 required: true os: macos-latest - - ocaml-version: 4.09.1 + - ocaml-version: 4.14.1 required: false os: windows-latest - - ocaml-version: 4.10.0 + - ocaml-version: 5.2.0 required: false os: ubuntu-latest