We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873be71 commit 8961408Copy full SHA for 8961408
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- ghc: ['8.10', '9.2']
+ ghc: ['9.6']
13
name: Haskell GHC ${{ matrix.ghc }}
14
steps:
15
- uses: actions/checkout@v2
matrix-client/matrix-client.cabal
@@ -22,7 +22,7 @@ category: Network
22
build-type: Simple
23
extra-doc-files: CHANGELOG.md
24
extra-source-files: test/data/*.json
25
-tested-with: GHC == 8.10.7, GHC == 9.2.4
+tested-with: GHC == 9.6.6
26
27
source-repository head
28
type: git
0 commit comments