Skip to content

Commit

Permalink
CI: Test on BC+CS stable / current only
Browse files Browse the repository at this point in the history
  • Loading branch information
otherjoel committed Aug 23, 2024
1 parent 267f2e2 commit bfc3003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
racket-variant: ['BC', 'CS']
racket-version: ['8.1', '8.2', '8.3', '8.4', '8.5', '8.6', '8.7', '8.8', '8.9', '8.10', '8.11', '8.12', '8.13']
racket-version: ['stable', 'current']
name: Test on Racket ${{ matrix.racket-version }} ${{ matrix.racket-variant }}
steps:
- name: Checkout splitflap repo
Expand Down

0 comments on commit bfc3003

Please sign in to comment.