Skip to content

Commit

Permalink
Update info.rkt and CI config to use Racket 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
emina committed Feb 22, 2021
1 parent ada8683 commit 34ff8d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ jobs:
test:
strategy:
matrix:
racket-version: ['7.0', 'current']
racket-variant: ['regular']
racket-version: ['8.0', 'current']
racket-variant: ['CS']
allow-failure: [false]
include:
- racket-version: 'current'
racket-variant: 'CS'
racket-variant: 'BC'
allow-failure: true
name: Racket ${{ matrix.racket-version }} (${{ matrix.racket-variant }})
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.allow-failure }}
steps:
- uses: actions/checkout@master
- name: Setup Racket
uses: Bogdanp/setup-racket@v0.10
uses: Bogdanp/setup-racket@v1.1
with:
architecture: x64
version: ${{ matrix.racket-version }}
Expand Down
4 changes: 2 additions & 2 deletions info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(define deps '("custom-load"
"sandbox-lib"
"scribble-lib"
("racket" #:version "7.0")
("racket" #:version "8.0")
"r6rs-lib"
"rfc6455"
"net-lib"
Expand All @@ -28,4 +28,4 @@
(define test-omit-paths (if (getenv "PLT_PKG_BUILD_SERVICE") 'all '()))

(define pkg-desc "Rosette solver-aided host language")
(define version "3.0")
(define version "4.0")

0 comments on commit 34ff8d9

Please sign in to comment.