Skip to content

Commit

Permalink
GitHub actions: add 4.12, update to 4.11.2, 4.10.2, 4.09.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 5, 2021
1 parent 8d5bcf4 commit a85f4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml-version: ["4.11.1", "4.10.1", "4.09.0", "4.08.1"]
ocaml-version: ["4.12.0", "4.11.2", "4.10.2", "4.09.1", "4.08.1"]
operating-system: [macos-latest, ubuntu-latest]

runs-on: ${{ matrix.operating-system }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml-version: ["4.11.1", "4.10.1", "4.09.0", "4.08.1"]
ocaml-version: ["4.12.0", "4.11.2", "4.10.2", "4.09.1", "4.08.1"]
operating-system: [windows-latest]

runs-on: ${{ matrix.operating-system }}
Expand Down

0 comments on commit a85f4fc

Please sign in to comment.