Skip to content

Commit fc966a7

Browse files
committed
Only test with GHC >= 9.6
1 parent 36c6e01 commit fc966a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ghc: ["8.10", "9.2", "9.4", "9.6", "9.8", "9.10", "9.12"]
14+
ghc: ["9.6", "9.8", "9.10", "9.12"]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
defaults:

io-classes/io-classes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ category: Control
3838
build-type: Simple
3939
extra-doc-files: CHANGELOG.md README.md strict-stm/README.md strict-mvar/README.md
4040
bug-reports: https://github.com/input-output-hk/io-sim/issues
41-
tested-with: GHC == { 8.10, 9.2, 9.4, 9.6, 9.8, 9.10 }
41+
tested-with: GHC == { 9.6, 9.8, 9.10, 9.12 }
4242

4343
source-repository head
4444
type: git

io-sim/io-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ category: Testing
1919
build-type: Simple
2020
extra-doc-files: CHANGELOG.md README.md
2121
bug-reports: https://github.com/input-output-hk/io-sim/issues
22-
tested-with: GHC == { 8.10, 9.2, 9.4, 9.6, 9.8, 9.10 }
22+
tested-with: GHC == { 9.6, 9.8, 9.10, 9.12 }
2323

2424
flag asserts
2525
description: Enable assertions

0 commit comments

Comments
 (0)