Skip to content

Commit c89fd72

Browse files
authored
Update docs for OCaml 5.4 (#566)
* Update docs for OCaml 5.4 This is to reflect the update to the test runner in exercism/ocaml-test-runner#68. * Update Docker image to OCaml 5.4 This is to match the version used by the test runner.
1 parent ce97645 commit c89fd72

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ocaml/opam:debian-11-ocaml-5.1-afl
1+
FROM docker.io/ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array
22

33
USER root
44

@@ -33,5 +33,5 @@ RUN opam update \
3333
getopt \
3434
stdio
3535

36-
ENV PATH="/home/opam/.opam/5.1/bin:${PATH}" \
37-
MAKESYSPATH=/usr/share/bmake/mk-bmake
36+
ENV PATH="/home/opam/.opam/5.4/bin:${PATH}" \
37+
MAKESYSPATH=/usr/share/bmake/mk-bmake

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ notes contain a few details specific to Ocaml.
1515

1616
**Prerequisites**
1717

18-
- OCaml `5.1`
18+
- OCaml `5.4`
1919
- opam
2020
- make
2121

docs/INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To work on the exercises, you will need these pieces of software:
1818
If you already have a switch for OCaml 5.1, either load that by running `opam switch <switch-name>`, or create a new switch by running:
1919

2020
```bash
21-
opam switch create exercism 5.1.1
21+
opam switch create exercism 5.4.0
2222
```
2323

2424
The name `exercism` here is optional, but naming your switches is a good practice.

0 commit comments

Comments
 (0)