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 421c4f8 commit 647e975Copy full SHA for 647e975
.github/workflows/ci.yml
@@ -17,10 +17,6 @@ jobs:
17
strategy:
18
matrix:
19
versions:
20
- - ghc: '8.0.2'
21
- cabal: '2.4'
22
- - ghc: '8.2.2'
23
24
- ghc: '8.4.4'
25
cabal: '2.4'
26
- ghc: '8.6.5'
@@ -31,8 +27,10 @@ jobs:
31
27
cabal: '3.2'
32
28
- ghc: '9.0.2'
33
29
cabal: '3.4'
34
- - ghc: '9.2.2'
30
+ - ghc: '9.2.6'
35
cabal: '3.6'
+ - ghc: '9.4.4'
+ cabal: '3.8'
36
37
steps:
38
- uses: actions/checkout@v2
hslua-module-doclayout.cabal
@@ -20,7 +20,8 @@ tested-with: GHC == 8.4.4
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
- , GHC == 9.2.2
+ , GHC == 9.2.6
+ , GHC == 9.4.4
source-repository head
type: git
0 commit comments