From 2273827f3c6b8b9e2f6e75bb88f7a95af85d893e Mon Sep 17 00:00:00 2001 From: Linda Njau Date: Wed, 11 Dec 2024 16:35:24 +0300 Subject: [PATCH] Upgrade Ocaml version to 5.1.0 in all workflow files --- .github/workflows/build.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/lower-bounds.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b82b4d36d..d047f314b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - version: [5.0.0] + version: [5.1.0] os: [ubuntu-latest, macOS-latest] exclude: - os: macos-latest diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8d6ef3512..984880947 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -10,7 +10,7 @@ jobs: # GitHub allows matrix variables in more places than env variables strategy: matrix: - version: [5.0.0] + version: [5.1.0] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/lower-bounds.yml b/.github/workflows/lower-bounds.yml index 30ab42daf..07fc550ab 100644 --- a/.github/workflows/lower-bounds.yml +++ b/.github/workflows/lower-bounds.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - ocaml-compiler: [5.0.0] + ocaml-compiler: [5.1.0] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94649e60d..ac2d482f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ jobs: include: - os: ubuntu-latest container: rockylinux:8 - ocaml_version: 5.0.0 - opam_cache_key: rocky8-5.0.0 + ocaml_version: 5.1.0 + opam_cache_key: rocky8-5.1.0 runs-on: ${{ matrix.os }} container: ${{ matrix.container }}