The package fails to install on versions < 6.6 due to some SSL error, that seems due to some incompatibility between system (SSL) updates and raco, and is unrelated to this package.

This commit is contained in:
Suzanne Soy 2021-07-28 14:52:29 +01:00
parent bfa500e685
commit 1a4079f394

View File

@ -19,27 +19,28 @@ jobs:
cov: [true] cov: [true]
racket_cs: [0] racket_cs: [0]
include: include:
- racket: '6.0' # The package fails to install on versions < 6.6 due to some SSL error, that seems due to some incompatibility between system (SSL) updates and raco, and is unrelated to this package.
racket_cs: 0 #- racket: '6.0'
cov: false # racket_cs: 0
- racket: '6.1' # cov: false
racket_cs: 0 #- racket: '6.1'
cov: false # racket_cs: 0
- racket: '6.1.1' # cov: false
racket_cs: 0 #- racket: '6.1.1'
cov: false # racket_cs: 0
- racket: '6.2' # cov: false
racket_cs: 0 #- racket: '6.2'
cov: false # racket_cs: 0
- racket: '6.3' # cov: false
racket_cs: 0 #- racket: '6.3'
cov: false # racket_cs: 0
- racket: '6.4' # cov: false
racket_cs: 0 #- racket: '6.4'
cov: false # racket_cs: 0
- racket: '6.5' # cov: false
racket_cs: 0 #- racket: '6.5'
cov: false # racket_cs: 0
# cov: false
- racket: '6.6' - racket: '6.6'
racket_cs: 0 racket_cs: 0
cov: false cov: false