Skip to content

Commit

Permalink
test OCaml 4.10.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 10, 2020
1 parent b1b49df commit c680aa0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml-version: [ '4.08.1', '4.07.1', '4.06.1' ]
ocaml-version: [ '4.10.0', '4.08.1', '4.07.1', '4.06.1' ]
operating-system: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml-version: [ '4.08.1', '4.07.1' ]
ocaml-version: [ '4.10.0', '4.08.1', '4.07.1' ]
operating-system: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v5.2.0 2020-06-10
-----------------

Upgrade the `ppx_cstruct` library to use the OCaml 4.11
AST rather than than OCaml 4.04, which in turn should
make it easier to port to ppxlib in the future and
improve interoperability with other PPXs (@bikallem #275).

Also upgrades build files to use dune 2.0 (@bikallem #275)
and fixes the GitHub Actions versions (@smorimoto #273)
and also test OCaml 4.10.0 (@avsm).

v5.1.1 2019-11-23
-----------------

Expand Down

0 comments on commit c680aa0

Please sign in to comment.