Skip to content

Commit 868ec4f

Browse files
committed
ci: drop 8.12 and 8.13 from matrix
Some tests require the recent fixes made to net/http-client.
1 parent 1c5ac70 commit 868ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
racket-version: ['8.12', '8.13', 'current']
8+
racket-version: ['current']
99
racket-variant: ['CS']
1010
name: Build & Test on Racket ${{ matrix.racket-version }} (${{ matrix.racket-variant }})
1111
steps:

0 commit comments

Comments
 (0)