Skip to content

Commit

Permalink
fix(CI): disable compat tests with 0.12, 0.13
Browse files Browse the repository at this point in the history
It's not expected that we remain compatible with versions that required exposing
`solution.ml`.
  • Loading branch information
AltGr committed Oct 27, 2023
1 parent 521129b commit 81ff75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
fail-fast: false
matrix:
server_image:
- 'ocamlsf/learn-ocaml:0.12'
- 'ocamlsf/learn-ocaml:0.13.0'
# - 'ocamlsf/learn-ocaml:0.12'
# - 'ocamlsf/learn-ocaml:0.13.0'
- 'learn-ocaml' # use learn-ocaml image built from master
env:
USE_CLIENT_IMAGE: 'true'
Expand Down

0 comments on commit 81ff75a

Please sign in to comment.