Skip to content

Commit

Permalink
Bump to [email protected] and add 'stable' Racket versions
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Aug 3, 2024
1 parent a33e1f6 commit c3af5ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
# Although today we need super-new versions of Racket and
# drracket-tool-text-lib (unfortunately), someday this
# matrix will grow to add a `stable` item, at least.
- 'stable'
- 'current' # our minimum supported version
name: Ubuntu Racket ${{ matrix.racket_version }}
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install Racket
uses: Bogdanp/setup-racket@v1.9
uses: Bogdanp/setup-racket@v1.11
with:
architecture: 'x64'
distribution: 'full'
Expand All @@ -38,13 +39,14 @@ jobs:
fail-fast: false
matrix:
racket_version:
- 'stable'
- 'current' # our minimum supported version
name: Windows Racket ${{ matrix.racket_version }}
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install Racket
uses: Bogdanp/setup-racket@v1.9
uses: Bogdanp/setup-racket@v1.11
with:
architecture: 'x64'
distribution: 'full'
Expand Down

0 comments on commit c3af5ef

Please sign in to comment.