Skip to content

Commit d2d252f

Browse files
committed
Update GitHub Actions to use 7.9
1 parent 6de4c21 commit d2d252f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# the failure is specific to a Racket version.
1010
fail-fast: false
1111
matrix:
12-
racket-version: ["7.8", "current"]
12+
racket-version: ["7.9", "current"]
1313
racket-variant: ["regular", "CS"]
1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)