Skip to content

Commit ca55bf0

Browse files
jorisdralcoot
authored andcommitted
Update GitHub actions workflow to use ghc-9.2.7 instead of ghc-9.2.5
1 parent 5a2d288 commit ca55bf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ghc: ["8.10.7", "9.2.5", "9.4.4"]
15+
ghc: ["8.10.7", "9.2.7", "9.4.4"]
1616
cabal: ["3.8.1.0"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

@@ -146,7 +146,7 @@ jobs:
146146
uses: haskell/actions/setup@v1
147147
id: setup-haskell
148148
with:
149-
ghc-version: 9.2.5
149+
ghc-version: 9.2.7
150150
cabal-version: 3.8.1.0
151151

152152
- name: "Setup cabal bin path"

strict-mvar/strict-mvar.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ category: Control
1717
build-type: Simple
1818
extra-source-files: CHANGELOG.md
1919
README.md
20-
tested-with: GHC == { 8.10.7, 9.2.5, 9.4.4 }
20+
tested-with: GHC == { 8.10, 9.2, 9.4 }
2121

2222
source-repository head
2323
type: git

0 commit comments

Comments
 (0)