Skip to content

Commit

Permalink
ci: build 4.13.x (#2831)
Browse files Browse the repository at this point in the history
* ci: build 4.13.x

* polyfill on 4.13 too
  • Loading branch information
anmonteiro authored Feb 10, 2025
1 parent 46d1e47 commit 71797e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/opam-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- {ocaml-compiler: '4.06.x', os: ubuntu-latest}
- {ocaml-compiler: '4.10.x', os: ubuntu-latest}
- {ocaml-compiler: '4.12.x', os: ubuntu-latest}
- {ocaml-compiler: '4.13.x', os: ubuntu-latest}
- {ocaml-compiler: '4.14.x', os: ubuntu-latest}
- {ocaml-compiler: 'ocaml-base-compiler.5.3.0~beta2', os: ubuntu-latest}
- {ocaml-compiler: '4.06.x', os: macos-13}
Expand Down
2 changes: 1 addition & 1 deletion src/reason-parser/ocaml_util.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let print_error loc f ppf x =
Location.report_error ppf error
#endif

#if OCAML_VERSION < (4,13,0)
#if OCAML_VERSION < (4,14,0)
module Uchar = struct
include Uchar

Expand Down

0 comments on commit 71797e1

Please # to comment.