Skip to content

Commit

Permalink
ci: try 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawee committed Jul 13, 2023
1 parent 86d9047 commit c57a174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
racket-version: ["8.1", "stable"]
racket-version: ["8.2", "stable"]
racket-variant: ["BC", "CS"]
steps:
- uses: actions/checkout@v2
- uses: Bogdanp/setup-racket@v0.12
- uses: actions/checkout@v3
- uses: Bogdanp/setup-racket@v1.10
with:
architecture: x64
distribution: full
Expand Down

0 comments on commit c57a174

Please sign in to comment.