commit 90a6a7be2f19e85836d9026ebb0066802dca2ad1
parent 3057e8781cfd0c322cb30b2cd9de6e2251e98469
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date: Sun, 4 Jul 2021 04:46:46 +0100
GitHub Actions still turn strings into numbers, try to fix this
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ 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_cs: [0]
include:
- - racket: 8.0
+ - racket: '8.0'
racket_cs: 1
env:
# RACKET_DIR is an argument to install-racket.sh