Skip to content

Commit

Permalink
Update tests with latest ocaml-version
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Dec 23, 2024
1 parent 78c2d94 commit 7434094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- 5.2-afl
- 5.2-flambda
- 5.2-no-flat-float-array
- 5.3~beta1
- 5.3~rc1

## Platforms Matrix

Expand Down Expand Up @@ -95,7 +95,7 @@
| debian-12 | amd64 | 5.2-afl | dev | No | No |
| debian-12 | amd64 | 5.2-flambda | dev | No | No |
| debian-12 | amd64 | 5.2-no-flat-float-array | dev | No | No |
| debian-12 | amd64 | 5.3~beta1 | dev | Yes | No |
| debian-12 | amd64 | 5.3~rc1 | dev | Yes | No |
| debian-12 | arm32v7 | 4.14 | dev | No | No |
| debian-12 | arm32v7 | 5.2 | dev | No | No |
| debian-12 | arm64 | 4.14 | dev | No | No |
Expand Down
4 changes: 2 additions & 2 deletions test/specs.expected
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ build: debian-12-ocaml-5.2/amd64 opam-dev with-tests
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1

build: debian-12-ocaml-5.3-beta1/amd64 opam-dev
build: debian-12-ocaml-5.3-rc1/amd64 opam-dev
FROM BASE_IMAGE_TAG
USER 1000:1000
WORKDIR /home/opam
Expand Down Expand Up @@ -1509,7 +1509,7 @@ build: debian-12-ocaml-5.3-beta1/amd64 opam-dev
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1

build: debian-12-ocaml-5.3-beta1/amd64 opam-dev lower-bounds
build: debian-12-ocaml-5.3-rc1/amd64 opam-dev lower-bounds
FROM BASE_IMAGE_TAG
USER 1000:1000
WORKDIR /home/opam
Expand Down

0 comments on commit 7434094

Please sign in to comment.