Skip to content

Commit 2f91c66

Browse files
committed
CI: Test with GHC versions 8.10.7 and 9.0.1
1 parent ea0da7b commit 2f91c66

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
cabal: '3.2'
2828
- ghc: '8.8.4'
2929
cabal: '3.2'
30-
- ghc: '8.10.1'
30+
- ghc: '8.10.7'
3131
cabal: '3.2'
32+
- ghc: '9.0.1'
33+
cabal: '3.4'
3234

3335
steps:
3436
- uses: actions/checkout@v2
@@ -37,7 +39,7 @@ jobs:
3739
github.event.action == 'synchronize' ||
3840
github.event.ref == 'refs/heads/master'
3941
40-
- uses: actions/setup-haskell@v1
42+
- uses: haskell/actions/setup@v1
4143
name: Setup Haskell
4244
with:
4345
ghc-version: ${{ matrix.versions.ghc }}
@@ -51,7 +53,6 @@ jobs:
5153

5254
- name: Build
5355
run: |
54-
cabal v2-update
5556
cabal v2-build --enable-tests
5657
5758
- name: Test

hslua-module-doclayout.cabal

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ extra-doc-files: README.md
1616
CHANGELOG.md
1717
extra-source-files: test/test-doclayout.lua
1818
tested-with: GHC == 8.0.2
19-
GHC == 8.2.2
20-
GHC == 8.4.4
21-
GHC == 8.6.5
22-
GHC == 8.8.4
23-
GHC == 8.10.1
19+
, GHC == 8.2.2
20+
, GHC == 8.4.4
21+
, GHC == 8.6.5
22+
, GHC == 8.8.4
23+
, GHC == 8.10.7
24+
, GHC == 9.0.1
2425

2526
source-repository head
2627
type: git

0 commit comments

Comments
 (0)