Skip to content

Commit

Permalink
Add a more recent Racket to CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Dec 17, 2024
1 parent 8344871 commit 538249e
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 @@ -8,7 +8,7 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
racket-variant: ['BC', 'CS']
racket-version: ['8.6', '8.8']
racket-version: ['8.6', '8.8', '8.14']
name: Test on Racket ${{ matrix.racket-variant }} ${{ matrix.racket-version }} on ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 538249e

Please sign in to comment.