diff options
| author | Erik Martin-Dorel | 2020-05-25 15:54:38 +0200 |
|---|---|---|
| committer | Erik Martin-Dorel | 2020-05-26 22:33:24 +0200 |
| commit | 3ebb5ad5bf0837e0ed7914ec43e803c99130c911 (patch) | |
| tree | 0915eaea4925de13860e604bbc35987cafd60db6 | |
| parent | d20ad3dde9be1fc9702f794e89a127f3c3b312fd (diff) | |
[CI] Also run integration tests with Coq 8.9.1 and 8.10.2
href: https://github.com/coq-community/docker-coq/wiki#supported-tags
| -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 |
