From 04183d4400f65107995c28dba2e2aa595faf1a3d Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 5 Oct 2023 07:18:16 +0200
Subject: [PATCH] Revert "stick to 8.17 for nightly testing for now"

This reverts commit 4243284bc53e9e97939c9a3622a650afbb238713.
Robbert's previous commit should make this 8.18-compatible.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b1510f..5678159 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,6 @@ stages:
 variables:
   CPU_CORES: "10"
   OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda"
-  NIGHTLY_COQ: "8.17.dev" # 8.18.dev causes an anomaly
 
 .template: &template
   stage: build
-- 
GitLab