mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 03:05:31 -05:00
Otherwise, there's a bug where they get interpreted as floats… (it seems the bug doesn't appear here). Using strings is safer in general. Update from OCaml 4.12 to 4.14.
This commit is contained in:
parent
4b7d9ec769
commit
27b3ca76c8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -16,9 +16,9 @@ jobs:
|
||||||
# - macos-latest # build issues with `ar` (!!!)
|
# - macos-latest # build issues with `ar` (!!!)
|
||||||
#- windows-latest # certificate problem
|
#- windows-latest # certificate problem
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- 4.08
|
- '4.08'
|
||||||
- 4.12
|
- '4.14'
|
||||||
- 5.03
|
- '5.3'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue