From 41e7a0d247f3095a032599ce0ab10c5c92bf1f1b Mon Sep 17 00:00:00 2001 From: Kate Date: Tue, 1 Oct 2024 21:05:59 +0100 Subject: [PATCH] tmp --- .github/workflows/ci.ml | 4 ++-- .github/workflows/main.yml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.ml b/.github/workflows/ci.ml index 77ffd687992..e94e31294fb 100644 --- a/.github/workflows/ci.ml +++ b/.github/workflows/ci.ml @@ -16,10 +16,10 @@ open Lib let ocamls = [ (* Fully supported versions *) "4.08.1"; "4.09.1"; "4.10.2"; "4.11.2"; "4.12.1"; "4.13.1"; - "5.0.0"; "5.1.1"; "5.2.0"; + "5.0.0"; "5.1.1"; (* The last elements of the list after 4.14 will be used as default versions *) - "4.14.2"; + "4.14.2"; "5.2.0"; ] (* Entry point for the workflow. Workflows are specified as continuations where diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10df4d143b6..774c349a22d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,7 @@ jobs: needs: Analyse strategy: matrix: - ocamlv: [ 4.08.1, 4.09.1, 4.10.2, 4.11.2, 4.12.1, 4.13.1, 5.0.0, 5.1.1, 5.2.0, 4.14.2 ] + ocamlv: [ 4.08.1, 4.09.1, 4.10.2, 4.11.2, 4.12.1, 4.13.1, 5.0.0, 5.1.1, 4.14.2, 5.2.0 ] fail-fast: true steps: - name: Install bubblewrap @@ -143,7 +143,7 @@ jobs: matrix: host: [ x86_64-pc-cygwin, i686-w64-mingw32, x86_64-w64-mingw32, i686-pc-windows, x86_64-pc-windows ] build: [ x86_64-pc-cygwin ] - ocamlv: [ 4.14.2 ] + ocamlv: [ 4.14.2, 5.2.0 ] fail-fast: false defaults: run: @@ -226,7 +226,7 @@ jobs: needs: Analyse strategy: matrix: - ocamlv: [ 4.14.2 ] + ocamlv: [ 4.14.2, 5.2.0 ] fail-fast: true steps: - name: Checkout tree @@ -262,7 +262,7 @@ jobs: needs: [ Analyse, Build-Linux ] strategy: matrix: - ocamlv: [ 4.14.2 ] + ocamlv: [ 4.14.2, 5.2.0 ] fail-fast: false env: OPAM_TEST: 1 @@ -316,7 +316,7 @@ jobs: needs: Analyse strategy: matrix: - ocamlv: [ 4.14.2 ] + ocamlv: [ 4.14.2, 5.2.0 ] fail-fast: false env: OPAM_TEST: 1 @@ -403,7 +403,7 @@ jobs: strategy: matrix: solver: [ z3, 0install ] - ocamlv: [ 4.14.2 ] + ocamlv: [ 4.14.2, 5.2.0 ] fail-fast: false env: SOLVER: ${{ matrix.solver }} @@ -451,7 +451,7 @@ jobs: strategy: matrix: solver: [ z3, 0install ] - ocamlv: [ 4.14.2 ] + ocamlv: [ 4.14.2, 5.2.0 ] fail-fast: false env: SOLVER: ${{ matrix.solver }} @@ -499,7 +499,7 @@ jobs: needs: [ Analyse, Build-Linux ] strategy: matrix: - ocamlv: [ 4.14.2 ] + ocamlv: [ 4.14.2, 5.2.0 ] fail-fast: false steps: - name: Install bubblewrap @@ -532,7 +532,7 @@ jobs: needs: [ Analyse, Build-macOS ] strategy: matrix: - ocamlv: [ 4.14.2 ] + ocamlv: [ 4.14.2, 5.2.0 ] fail-fast: false steps: - name: Checkout tree