Skip to content

Commit 6bea30b

Browse files
committed
Add github build for 9.8
1 parent 74c0c45 commit 6bea30b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-test-deploy.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
branches:
1414
- 'master'
1515
- '9.6'
16+
- '9.8'
1617
pull_request:
1718
branches:
1819
- 'master'
@@ -30,7 +31,7 @@ jobs:
3031
strategy:
3132
fail-fast: false
3233
matrix:
33-
ghc: ['9.6.3']
34+
ghc: ['9.8.1']
3435
cabal: ['3.10.2.1']
3536

3637
steps:
@@ -73,10 +74,10 @@ jobs:
7374
run: cabal build --enable-tests --enable-benchmarks all
7475
- name: Run tests
7576
run: cabal run test
76-
- name: Run slow-test
77-
run: cabal run slow-test
7877
- name: Run benchmark
7978
run: cabal run benchmark
79+
- name: Run slow-test
80+
run: cabal run slow-test
8081

8182
deploy:
8283
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)