Skip to content

Commit

Permalink
OCaml Compiler Support Matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Sep 10, 2024
1 parent 790dfd3 commit f52c26a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,28 @@ jobs:
- run: opam exec -- dune runtest
```
### OCaml Compiler Support Matrix
When using GitHub-hosted runners, specifying compiler version 4 or 5 should work across all platforms and architecture. However, there are exceptions, as shown below. If you need to test with specific versions, please choose the appropriate version for your runtime environment.
#### x86 64 bits
| Version | Ubuntu | macOS | Windows |
| ----------------- | ------------------ | ------------------ | ------------------ |
| >= 4.13 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| = 4.12 | :white_check_mark: | :white_check_mark: | :x: |
| >= 4.02 & <= 4.11 | :white_check_mark: | :white_check_mark: | :x: |
| <= 4.01 | :white_check_mark: | :white_check_mark: | :x: |
#### ARM 64 bits
| Version | Ubuntu | macOS | Windows |
| ----------------- | ------------------ | ------------------ | ------- |
| >= 4.13 | :white_check_mark: | :white_check_mark: | :x: |
| = 4.12 | :white_check_mark: | :white_check_mark: | :x: |
| >= 4.02 & <= 4.11 | :white_check_mark: | :x: | :x: |
| <= 4.01 | :x: | :x: | :x: |
### Versioning
The actions are downloaded and run from the GitHub graph of repositories. The workflow references an action using a ref.
Expand Down

0 comments on commit f52c26a

Please sign in to comment.