Skip to content

Commit

Permalink
CI: drop 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Aug 29, 2024
1 parent 3a65b53 commit 8605131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ regular_task_template: &REGULAR_TASK_TEMPLATE

task:
<< : *PKG_INSTALL_TASK_TEMPLATE
ocaml_script: opam init -a --comp=4.12.1
ocaml_script: opam init -a --comp=4.13.1
<< : *REGULAR_TASK_TEMPLATE
name: FreeBSD 13.3
freebsd_instance:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml-version: ["4.14.0", "4.13.1", "4.12.1"]
ocaml-version: ["4.14.2", "4.13.1"]
operating-system: [macos-latest, ubuntu-latest]

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

0 comments on commit 8605131

Please sign in to comment.