From 0138f22826e1cd38d5f36b04257825c3e0b10cdc Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 1 Feb 2021 11:23:41 -0500 Subject: [PATCH] use 4.08 for ci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 730cc264..bc19ed00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: operating-system: [macos-latest, ubuntu-latest, windows-latest] - ocaml-version: [ '4.05.0' ] + ocaml-version: [ '4.08.0' ] steps: - uses: actions/checkout@master - uses: avsm/setup-ocaml@master