File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 cabal :
1818 - " 3.10"
1919 ghc :
20- - 9.0.2
2120 - 9.2.8
2221 - 9.4.8
2322 - 9.6.4
2423 - 9.8.2
24+ - 9.10.1
2525 services :
2626 postgres :
2727 image : postgres:15
4040 ghc-version : ${{ matrix.ghc }}
4141 cabal-version : ${{ matrix.cabal }}
4242
43- - uses : actions/cache@v3
43+ - uses : actions/cache@v4
4444 name : Cache ~/.cabal/store
4545 with :
4646 path : ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
6262 stack :
6363 - 2.15.5
6464 stack-yaml :
65- - stack-9.0.2.yaml
6665 - stack-9.2.8.yaml
6766 - stack-9.4.8.yaml
6867 - stack-9.6.4.yaml
7675 - 5432:5432
7776 steps :
7877 - name : Checkout repository
79- uses : actions/checkout@v2
78+ uses : actions/checkout@v4
8079
81- - uses : haskell/ actions/setup@v2
80+ - uses : haskell- actions/setup@v2
8281 name : Setup Haskell Stack
8382 with :
8483 stack-version : ${{ matrix.stack }}
Original file line number Diff line number Diff line change @@ -33,13 +33,14 @@ tested-with: GHC == 9.0.2
3333 , GHC == 9.4.8
3434 , GHC == 9.6.4
3535 , GHC == 9.8.2
36+ , GHC == 9.10.1
3637
3738source-repository head
3839 type : git
3940 location : https://github.com/Holmusk/postgresql-simple-named.git
4041
4142common common-options
42- build-depends : base >= 4.11 && < 4.20
43+ build-depends : base >= 4.11 && < 4.21
4344
4445 ghc-options : -Wall
4546 -Wincomplete-uni-patterns
You can’t perform that action at this time.
0 commit comments