Skip to content

Commit

Permalink
Upgrade Ocaml version to 5.1.0 in all workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda-Njau authored and ThinkOpenly committed Feb 1, 2025
1 parent 24b57ef commit 2273827
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lower-bounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ocaml-compiler: [5.0.0]
ocaml-compiler: [5.1.0]

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2273827

Please sign in to comment.