Skip to content

Commit b9e20c1

Browse files
committed
modernise the test matrix
1 parent bda5a16 commit b9e20c1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ocaml-version: ["5.0.0", "4.14.1", "4.13.1", "4.12.1", "4.11.2", "4.10.2", "4.09.1", "4.08.1"]
12+
ocaml-version: ["5.3.0", "4.14.2"]
1313
operating-system: [macos-latest, ubuntu-latest]
1414

1515
runs-on: ${{ matrix.operating-system }}
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v5
2020

2121
- name: Use OCaml ${{ matrix.ocaml-version }}
22-
uses: ocaml/setup-ocaml@v2
22+
uses: ocaml/setup-ocaml@v3
2323
with:
2424
ocaml-compiler: ${{ matrix.ocaml-version }}
2525

CHANGES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## v0.4
1+
## v0.4 (2025-09-17)
22

33
* Clamp max open files to 2^19, as macOS sometimes returns
4-
2^32-1.
4+
2^32-1 (#7 @avsm).
55

66
## v0.3 (2023-03-10)
77

@@ -11,9 +11,9 @@
1111

1212
## v0.2 (2023-02-27)
1313

14-
* Narrowed the type of Util.fd_of_unix (@reynir)
15-
* Use older school uerror instead of caml_uerror (@reynir)
16-
* Added c_standard to dune build flags (@reynir)
14+
* Narrowed the type of `Util.fd_of_unix` (@reynir)
15+
* Use older school uerror instead of `caml_uerror` (@reynir)
16+
* Added `c_standard` to dune build flags (@reynir)
1717
* Addded ppoll(2) discoverability and a mini compat layer (@haesbaert)
1818
* Improved tests (@haesbaert)
1919
* Re-added macos support (@haesbaert)

0 commit comments

Comments
 (0)