Skip to content

Commit

Permalink
update ci config for ocaml setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thatportugueseguy committed Aug 22, 2024
1 parent 3d97884 commit 18eb6c1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: build and test

on:
- push
- pull_request
on: [push, pull_request]

jobs:
build:
Expand All @@ -12,7 +10,7 @@ jobs:
os:
- ubuntu-latest
ocaml-compiler:
- 4.14
- "4.14.0"

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

Expand All @@ -23,7 +21,7 @@ jobs:
- run: sudo apt-get update

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
Expand Down

0 comments on commit 18eb6c1

Please sign in to comment.