From 5a25c56f148a300560ff732307a04510936b366d Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Sun, 3 May 2020 08:32:24 -0400 Subject: [PATCH] Add 7.6 and 7.7 to test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 26102ff..e8e7112 100755 --- a/test.sh +++ b/test.sh @@ -17,7 +17,7 @@ for VER in HEAD 7.3 7.2 7.1 7.0 6.12 6.11 6.10 6.9 6.8 6.7 6.6 6.5 ; do done # Starting with Racket 7.4, there is also a "CS" flavor. -for VER in HEAD HEADCS 7.5 7.4 ; do +for VER in HEAD HEADCS 7.7 7.6 7.5 7.4 ; do for MIN in 0 1; do for NAT in 0 1; do for CS in 0 1; do