We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521129b commit 81ff75aCopy full SHA for 81ff75a
.github/workflows/build-and-test.yml
@@ -38,8 +38,8 @@ jobs:
38
fail-fast: false
39
matrix:
40
server_image:
41
- - 'ocamlsf/learn-ocaml:0.12'
42
- - 'ocamlsf/learn-ocaml:0.13.0'
+ # - 'ocamlsf/learn-ocaml:0.12'
+ # - 'ocamlsf/learn-ocaml:0.13.0'
43
- 'learn-ocaml' # use learn-ocaml image built from master
44
env:
45
USE_CLIENT_IMAGE: 'true'
0 commit comments