Skip to content

Commit 34fa2b8

Browse files
committed
Update racket version to 8.2 and setup-racket to 1.6
1 parent ed9d035 commit 34fa2b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
# the failure is specific to a Racket version.
1010
fail-fast: false
1111
matrix:
12-
racket-version: ["8.0", "current"]
12+
racket-version: ["8.2", "current"]
1313
racket-variant: ["BC", "CS"]
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: Bogdanp/setup-racket@v1.1
16+
- uses: Bogdanp/setup-racket@v1.6
1717
with:
1818
architecture: x64
1919
distribution: minimal

0 commit comments

Comments
 (0)