Skip to content

Commit

Permalink
Bump up the required Racket version to 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
emina committed Nov 18, 2021
1 parent c6e8dbc commit 8684625
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
racket-version: ['8.0', 'current']
racket-version: ['8.1', 'current']
racket-variant: ['CS']
allow-failure: [false]
name: Racket ${{ matrix.racket-version }} (${{ matrix.racket-variant }})
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Rosette Language

The easiest way to install Rosette is from Racket's package manager:

* Download and install Racket 8.0 or later from http://racket-lang.org
* Download and install Racket 8.1 or later from http://racket-lang.org

* Use Racket's `raco` tool to install Rosette:

Expand All @@ -19,7 +19,7 @@ The easiest way to install Rosette is from Racket's package manager:

Alternatively, you can install Rosette from source:

* Download and install Racket 8.0 or later from http://racket-lang.org
* Download and install Racket 8.1 or later from http://racket-lang.org

* Clone the rosette repository:

Expand Down
2 changes: 1 addition & 1 deletion rosette/guide/scribble/welcome/welcome.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The name ``Rosette'' refers both to the language and the whole system.

To install Rosette, you will need to

@itemlist[@item{Download and install @hyperlink["http://racket-lang.org"]{Racket} (version 8.0 or later).}
@itemlist[@item{Download and install @hyperlink["http://racket-lang.org"]{Racket} (version 8.1 or later).}
@item{Use Racket's @tt{raco} tool to install Rosette:
@nested{
@verbatim|{> raco pkg install rosette}|}}]
Expand Down

0 comments on commit 8684625

Please sign in to comment.