Skip to content

Commit b76f7f4

Browse files
authored
Bump workflow ci.yml to GHC 9.14 (#283)
* Bump workflow ci.yml to GHC 9.14 * Add GHC 9.14.1 to tested-with
1 parent e65958c commit b76f7f4

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,17 @@ jobs:
3131
- "9.4.8"
3232
- "9.6.7"
3333
- "9.8.4"
34-
- "9.10.2"
35-
- "9.12.2"
34+
- "9.10"
35+
- "9.12"
36+
- "9.14"
3637
include:
37-
- ghc: "9.12.2"
38+
- ghc: "9.14"
3839
os: macos-latest
39-
- ghc: "9.12.2"
40+
- ghc: "9.14"
4041
os: windows-latest
4142

4243
steps:
43-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v6
4445

4546
- uses: haskell-actions/setup@v2
4647
id: setup
@@ -49,7 +50,7 @@ jobs:
4950
cabal-version: "latest"
5051
cabal-update: true
5152

52-
- uses: actions/cache@v4
53+
- uses: actions/cache@v5
5354
name: Cache cabal stuff
5455
with:
5556
path: |

.github/workflows/fix-whitespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout sources
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313

1414
- name: Check for whitespace violations
1515
uses: andreasabel/fix-whitespace-action@v1

alex.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ category: Development
2222
build-type: Simple
2323

2424
tested-with:
25+
GHC == 9.14.1
2526
GHC == 9.12.2
26-
GHC == 9.10.2
27+
GHC == 9.10.3
2728
GHC == 9.8.4
2829
GHC == 9.6.7
2930
GHC == 9.4.8

0 commit comments

Comments
 (0)