Skip to content

Commit

Permalink
test.yml: Use 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Feb 16, 2021
1 parent af31e8e commit 7689b25
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 @@ -12,17 +12,14 @@ jobs:
matrix:
racket_version:
- '6.9'
- '7.9'
- 'stable'
- 'current'
include:
- racket_version: 'current'
allow_failure: true
name: Test Racket ${{ matrix.racket_version }}
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install Racket
uses: Bogdanp/setup-racket@v0.8
uses: Bogdanp/setup-racket@v1.1
with:
architecture: 'x64'
distribution: 'full'
Expand Down

0 comments on commit 7689b25

Please sign in to comment.