commit c8b4b66be1ba15e800a1b3388cab0087fc36d27a
parent e969b2a93a207dd44e2a0e1e16b6977404170670
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date: Tue, 6 Jul 2021 05:26:04 +0100
fixup! Build only on 7.3 for now, it seems to be the only version which has a chance to build
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -20,9 +20,9 @@ jobs:
# racket: ['6.9', '6.10', '6.10.1', '6.11', '6.12', '7.0', '7.1', '7.2', '7.3', '7.4', '7.5', '7.6', '7.7', '7.8', '7.9', '8.0']
racket: ['7.3']
racket_cs: [0]
- include:
- - racket: '8.0'
- racket_cs: 1
+# include:
+# - racket: '8.0'
+# racket_cs: 1
env:
# RACKET_DIR is an argument to install-racket.sh
RACKET_VERSION: "${{ matrix.racket }}"