Skip to content

Commit 2ef0d37

Browse files
Merge pull request #48 from Holmusk/nitin/bump-version
Target node20 in github actions + bump GHC versions in CI
2 parents 99e673c + 2cf1548 commit 2ef0d37

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- 9.0.2
2121
- 9.2.8
2222
- 9.4.8
23-
- 9.6.3
24-
- 9.8.1
23+
- 9.6.4
24+
- 9.8.2
2525
services:
2626
postgres:
2727
image: postgres:15
@@ -31,10 +31,10 @@ jobs:
3131
- 5432:5432
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4
3535

3636
- name: Setup Haskell Cabal
37-
uses: haskell/actions/setup@v2
37+
uses: haskell-actions/setup@v2
3838
id: setup-haskell-cabal
3939
with:
4040
ghc-version: ${{ matrix.ghc }}
@@ -60,13 +60,13 @@ jobs:
6060
os:
6161
- ubuntu-latest
6262
stack:
63-
- 2.13.1
63+
- 2.15.5
6464
stack-yaml:
6565
- stack-9.0.2.yaml
6666
- stack-9.2.8.yaml
6767
- stack-9.4.8.yaml
68-
- stack-9.6.3.yaml
69-
- stack-9.8.1.yaml
68+
- stack-9.6.4.yaml
69+
- stack-9.8.2.yaml
7070
services:
7171
postgres:
7272
image: postgres:15
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
stack-version: ${{ matrix.stack }}
8585

86-
- uses: actions/cache@v3
86+
- uses: actions/cache@v4
8787
name: Cache ~/.stack
8888
with:
8989
path: ~/.stack

postgresql-simple-named.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ extra-doc-files: CHANGELOG.md
3131
tested-with: GHC == 9.0.2
3232
, GHC == 9.2.8
3333
, GHC == 9.4.8
34-
, GHC == 9.6.3
35-
, GHC == 9.8.1
34+
, GHC == 9.6.4
35+
, GHC == 9.8.2
3636

3737
source-repository head
3838
type: git

stack-9.6.3.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

stack-9.6.4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: lts-22.14

stack-9.8.1.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

stack-9.8.2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: nightly-2024-04-05

0 commit comments

Comments
 (0)