Skip to content

Commit 96f67b5

Browse files
committed
Update workflows.
1 parent 1b1d507 commit 96f67b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/langs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
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
@@ -20,7 +20,7 @@ jobs:
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'

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)