diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4af6156..e44118b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,9 +16,9 @@ jobs: # - macos-latest # build issues with `ar` (!!!) #- windows-latest # certificate problem ocaml-compiler: - - 4.08 - - 4.12 - - 5.03 + - '4.08' + - '4.14' + - '5.3' runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2