Skip to content

Commit

Permalink
CI: add 8.11 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
otherjoel authored Nov 30, 2023
1 parent 2e8d39f commit d8faa3a
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']
racket-version: ['8.1', '8.2', '8.3', '8.4', '8.5', '8.6', '8.7', '8.8', '8.9', '8.10', '8.11']
name: Test on Racket ${{ matrix.racket-version }} ${{ matrix.racket-variant }}
steps:
- name: Checkout splitflap repo
Expand Down

0 comments on commit d8faa3a

Please sign in to comment.