Skip to content

Commit cd41f79

Browse files
committed
Add latest/lts Ubuntu GHC releases to CI
1 parent 3e36f52 commit cd41f79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:
51-
ghc: ['8.0', '8.10', '9.0.1', 'latest']
51+
ghc: ['8.0', '8.10', '9.0.1', '9.4.7', '9.6.6', 'latest']
5252
include:
5353
- ghc: 'latest'
5454
cabal_flags: '--allow-newer'

ShellCheck.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Description:
2222
* To point out subtle caveats, corner cases and pitfalls, that may cause an
2323
advanced user's otherwise working script to fail under future circumstances.
2424

25-
tested-with: GHC == 8.0, GHC == 8.10, GHC == 9.0.1
25+
tested-with: GHC == 8.0, GHC == 8.10, GHC == 9.0.1, GHC == 9.4.7, GHC == 9.6.6
2626

2727
Extra-Doc-Files:
2828
README.md

0 commit comments

Comments
 (0)