www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 85b0b7f081be8f49314eb1fa651b5f14ed366e35
parent 448ce417d5a73581c1ee26fbe94c0d422ddca4d3
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Tue,  6 Jul 2021 03:21:17 +0100

More updated versions for scribble

Diffstat:
M.github/workflows/ci.yml | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -65,10 +65,15 @@ jobs: || test "$RACKET_VERSION" = "7.3" \ || test "$RACKET_VERSION" = "7.4" \ || test "$RACKET_VERSION" = "7.5" \ + || test "$RACKET_VERSION" = "7.6" \ + || test "$RACKET_VERSION" = "7.7" \ + || test "$RACKET_VERSION" = "7.8" \ + || test "$RACKET_VERSION" = "7.9" \ + || test "$RACKET_VERSION" = "8.0" \ ; then raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-v"$RACKET_VERSION" else - raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-v7.5 + raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-v8.0 fi - name: Install older version of fancy-app for Racket 6.9 and 6.10 run: |