Skip to content

Commit c680aa0

Browse files
committed
test OCaml 4.10.0 as well
1 parent b1b49df commit c680aa0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
ocaml-version: [ '4.08.1', '4.07.1', '4.06.1' ]
31+
ocaml-version: [ '4.10.0', '4.08.1', '4.07.1', '4.06.1' ]
3232
operating-system: [macos-latest, ubuntu-latest, windows-latest]
3333
steps:
3434
- uses: actions/checkout@v2
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
ocaml-version: [ '4.08.1', '4.07.1' ]
49+
ocaml-version: [ '4.10.0', '4.08.1', '4.07.1' ]
5050
operating-system: [macos-latest, ubuntu-latest]
5151
steps:
5252
- uses: actions/checkout@v2

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v5.2.0 2020-06-10
2+
-----------------
3+
4+
Upgrade the `ppx_cstruct` library to use the OCaml 4.11
5+
AST rather than than OCaml 4.04, which in turn should
6+
make it easier to port to ppxlib in the future and
7+
improve interoperability with other PPXs (@bikallem #275).
8+
9+
Also upgrades build files to use dune 2.0 (@bikallem #275)
10+
and fixes the GitHub Actions versions (@smorimoto #273)
11+
and also test OCaml 4.10.0 (@avsm).
12+
113
v5.1.1 2019-11-23
214
-----------------
315

0 commit comments

Comments
 (0)