diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a988d9d..e3ccbd9 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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