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 556e7f3 commit dd0781eCopy full SHA for dd0781e
1 file changed
.github/workflows/ci.yml
@@ -8,9 +8,12 @@ jobs:
8
matrix:
9
racket-version: ["8.0", "8.1", "current"]
10
racket-variant: ["BC", "CS"]
11
+ exclude:
12
+ - racket-variant: BC
13
+ racket-version: current
14
steps:
15
- uses: actions/checkout@master
- - uses: Bogdanp/setup-racket@v1.11
16
+ - uses: Bogdanp/setup-racket@v1.14
17
with:
18
architecture: x64
19
distribution: full
0 commit comments