diff options
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f67a0f4..840017f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,9 @@ jobs: # the emacs version in Debian Sid # - 26.3 coq_version: - - 8.11 + - '8.9' + - '8.10' + - '8.11' ocaml_version: - minimal # at most 20 concurrent jobs per free account |
