Skip to content

Commit 8961408

Browse files
Bump CI to ghc-9.6
1 parent 873be71 commit 8961408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ghc: ['8.10', '9.2']
12+
ghc: ['9.6']
1313
name: Haskell GHC ${{ matrix.ghc }}
1414
steps:
1515
- uses: actions/checkout@v2

matrix-client/matrix-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ category: Network
2222
build-type: Simple
2323
extra-doc-files: CHANGELOG.md
2424
extra-source-files: test/data/*.json
25-
tested-with: GHC == 8.10.7, GHC == 9.2.4
25+
tested-with: GHC == 9.6.6
2626

2727
source-repository head
2828
type: git

0 commit comments

Comments
 (0)