Skip to content

Commit

Permalink
add 8.5 back; modify test workflow to run all jobs even if some fail
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Jan 3, 2024
1 parent 57f2769 commit d79733c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ jobs:
fail-fast: true
matrix:
racket-variant: ['BC', 'CS']
racket-version: ['8.9', 'stable']
experimental: [false]
racket-version: ['8.5', '8.9', 'stable']
experimental: [true]
include:
- racket-version: '8.5'
racket-variant: 'CS'
experimental: false
- racket-version: 'current'
racket-variant: 'CS'
experimental: true
Expand Down

0 comments on commit d79733c

Please sign in to comment.