Skip to content

Commit d97f117

Browse files
committed
chore: test more ghc versions
1 parent 47091d4 commit d97f117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest, macos-latest, windows-latest]
28-
ghc-version: ["9.6.7"]
28+
ghc-version: ['9.14', '9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0']
2929

3030
steps:
3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)