Skip to content

Commit 1eb415d

Browse files
committed
Update ghc versions in GitHub workflow matrix
1 parent cd58612 commit 1eb415d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ghc: ['8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.4', '9.8.2']
18+
ghc: ['8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.7', '9.6.6', '9.8.4', "9.10.1", "9.12.1"]
1919
fail-fast: false
2020

2121
name: Build with GHC ${{ matrix.ghc }}

0 commit comments

Comments
 (0)