aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Tassi2020-09-11 10:35:45 +0200
committerEnrico Tassi2020-09-11 10:35:45 +0200
commit4c35b309ece8c57088dffd7bea0ef7878f1d8d12 (patch)
tree6f53f8e664de3bd13c02d0af6c0eb0020385de14
parentf3ad9538962cd36d90ea3a6724125f448d7c0b10 (diff)
coq 8.13 does not exists yet
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb221d7..c39da82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -147,11 +147,11 @@ test-coq-dev:
variables:
COQ_VERSION: "dev"
-test-coq-8.13:
- # to be replaced with .test-once (to disable this nightly build) when 8.13.0 is released
- extends: .test
- variables:
- COQ_VERSION: "8.13"
+# test-coq-8.13:
+# # to be replaced with .test-once (to disable this nightly build) when 8.13.0 is released
+# extends: .test
+# variables:
+# COQ_VERSION: "8.13"
test-coq-8.12:
extends: .test-once