File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 runs-on : ${{ matrix.os }}
77 strategy :
88 matrix :
9- os : [ubuntu-18 .04, ubuntu-20 .04]
9+ os : [ubuntu-20 .04, ubuntu-22 .04]
1010 racket-variant : ['BC', 'CS']
11- racket-version : ['7.8', '8.0', '8.6']
11+ racket-version : ['7.8', '8.0', '8.6', '8.8' ]
1212 name : Test on Racket ${{ matrix.racket-variant }} ${{ matrix.racket-version }} on ${{ matrix.os }}
1313 steps :
1414 - name : Checkout
2020 sudo apt-get install libunistring2
2121 sudo apt-get install libunistring-dev
2222 - name : Install Racket
23- uses : Bogdanp/setup-racket@v1.5
23+ uses : Bogdanp/setup-racket@v1.10
2424 with :
2525 architecture : ' x64'
2626 distribution : ' full'
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 sudo apt-get install fonts-stix
1616 sudo apt-get install libunistring-dev
1717 - name : Install Racket
18- uses : Bogdanp/setup-racket@v1.5
18+ uses : Bogdanp/setup-racket@v1.10
1919 with :
2020 architecture : ' x64'
2121 distribution : ' full'
2222 variant : ' CS'
23- version : ' 8.3 '
23+ version : ' 8.6 '
2424 - name : Build and test
2525 run : |
2626 export LINK_DIR=/usr/lib/x86_64-linux-gnu
You can’t perform that action at this time.
0 commit comments