Skip to content

Commit 81ff75a

Browse files
committed
fix(CI): disable compat tests with 0.12, 0.13
It's not expected that we remain compatible with versions that required exposing `solution.ml`.
1 parent 521129b commit 81ff75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
server_image:
41-
- 'ocamlsf/learn-ocaml:0.12'
42-
- 'ocamlsf/learn-ocaml:0.13.0'
41+
# - 'ocamlsf/learn-ocaml:0.12'
42+
# - 'ocamlsf/learn-ocaml:0.13.0'
4343
- 'learn-ocaml' # use learn-ocaml image built from master
4444
env:
4545
USE_CLIENT_IMAGE: 'true'

0 commit comments

Comments
 (0)