Skip to content

Commit

Permalink
Merge pull request #48 from Holmusk/nitin/bump-version
Browse files Browse the repository at this point in the history
Target node20 in github actions + bump GHC versions in CI
  • Loading branch information
nitinprakash96 authored Apr 5, 2024
2 parents 99e673c + 2cf1548 commit 2ef0d37
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- 9.0.2
- 9.2.8
- 9.4.8
- 9.6.3
- 9.8.1
- 9.6.4
- 9.8.2
services:
postgres:
image: postgres:15
Expand All @@ -31,10 +31,10 @@ jobs:
- 5432:5432
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Haskell Cabal
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -60,13 +60,13 @@ jobs:
os:
- ubuntu-latest
stack:
- 2.13.1
- 2.15.5
stack-yaml:
- stack-9.0.2.yaml
- stack-9.2.8.yaml
- stack-9.4.8.yaml
- stack-9.6.3.yaml
- stack-9.8.1.yaml
- stack-9.6.4.yaml
- stack-9.8.2.yaml
services:
postgres:
image: postgres:15
Expand All @@ -83,7 +83,7 @@ jobs:
with:
stack-version: ${{ matrix.stack }}

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Cache ~/.stack
with:
path: ~/.stack
Expand Down
4 changes: 2 additions & 2 deletions postgresql-simple-named.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ extra-doc-files: CHANGELOG.md
tested-with: GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.3
, GHC == 9.8.1
, GHC == 9.6.4
, GHC == 9.8.2

source-repository head
type: git
Expand Down
1 change: 0 additions & 1 deletion stack-9.6.3.yaml

This file was deleted.

1 change: 1 addition & 0 deletions stack-9.6.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-22.14
1 change: 0 additions & 1 deletion stack-9.8.1.yaml

This file was deleted.

1 change: 1 addition & 0 deletions stack-9.8.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: nightly-2024-04-05

0 comments on commit 2ef0d37

Please sign in to comment.