We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d76765 commit 5307fdfCopy full SHA for 5307fdf
.github/workflows/ci.yml
@@ -6,10 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
racket-version: ['8.6', '8.7', 'current']
9
- racket-variant: ['BC', 'CS']
10
- exclude:
11
- - racket-version: current
12
- racket-variant: BC
+ racket-variant: ['CS']
13
name: Build & Test on Racket ${{ matrix.racket-version }} (${{ matrix.racket-variant }})
14
steps:
15
- uses: actions/checkout@master
0 commit comments