www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e969b2a93a207dd44e2a0e1e16b6977404170670
parent 50c27f41a5d6ec1b40d4676a8d871e83906125be
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Tue,  6 Jul 2021 05:25:17 +0100

Build only on 7.3 for now, it seems to be the only version which has a chance to build

Diffstat:
M.github/workflows/ci.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: strategy: fail-fast: false matrix: - 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: ['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'