Skip to content

Commit

Permalink
CI: Remove redundant compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Jan 22, 2022
1 parent c35f9b2 commit 2c7fac6
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,16 @@ jobs:
# - macos-latest
# - windows-latest
ocaml-compiler:
- 4.05.0
- 4.06.0
- 4.06.1
- 4.07.0
- 4.07.1
- 4.08.0
- 4.08.1
- 4.09.1
- 4.10.0
- 4.11.1
- 4.12.0
- 4.13.0
- 4.13.1
- 4.14.0~alpha1
- 4.05.x
- 4.06.x
- 4.07.x
- 4.08.x
- 4.09.x
- 4.10.x
- 4.11.x
- 4.12.x
- 4.13.x
- 4.14.x

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

Expand Down

0 comments on commit 2c7fac6

Please sign in to comment.