Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
strategy:
fail-fast: false
matrix:
racket-version: ["7.6", "8.5", "stable", "current"]
racket-version: ["7.6", "8.0", "8.17", "8.18", "9.0"]
racket-variant: ["CS"]
exclude:
- racket-version: "7.6"
racket-variant: "CS"
include:
- racket-version: "7.6"
racket-variant: "BC"
- racket-version: "8.5"
- racket-version: "8.0"
racket-variant: "BC"
- racket-version: "8.17"
racket-variant: "BC"
- racket-version: current
experimental: true
steps:
- uses: actions/[email protected]
- uses: Bogdanp/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Installation and usage

A Racket runtime is a prerequisite, so before using `racket-langserver`, ensure that a Racket runtime is installed. You can install an from the [official download page](https://download.racket-lang.org) or install one from your package manager.
A Racket runtime is a prerequisite, so before using `racket-langserver`, ensure that a Racket runtime is installed. You can install an from the [official download page](https://download.racket-lang.org) or install one from your package manager. Currently `racket-langserver` is compatible with Racket version 7.6 to 9.0.

### Atom

Expand Down