Skip to content

Commit

Permalink
CI: bump version of OCaml to 4.14.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <Kakadu@pm.me>
  • Loading branch information
Kakadu committed Sep 5, 2024
1 parent b6b1725 commit 538299e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- "1.30"
- "1.40" # for future
- "1.50"
- "more-dune"

permissions: read-all
Expand All @@ -18,16 +20,16 @@ jobs:
- ubuntu-latest
- macos-latest
ocaml-compiler:
- 4.13.1
- 4.14.2

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

steps:
- name: Checkout tree
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit 538299e

Please sign in to comment.