File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ jobs:
2424 - " 9.0.2"
2525 - " 9.2.8"
2626 - " 9.4.8"
27- - " 9.6.6 "
27+ - " 9.6.7 "
2828 - " 9.8.4"
29- - " 9.10.1"
30- - " 9.12.1"
29+ - " 9.10.3"
30+ - " 9.12.2"
31+ - " 9.14.1"
3132 fail-fast : false
3233 name : Build on Linux, GHC ${{ matrix.ghc_version }}
3334 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change @@ -39,10 +39,11 @@ tested-with:
3939 , GHC == 9.0.2
4040 , GHC == 9.2.8
4141 , GHC == 9.4.8
42- , GHC == 9.6.6
42+ , GHC == 9.6.7
4343 , GHC == 9.8.4
44- , GHC == 9.10.1
45- , GHC == 9.12.1
44+ , GHC == 9.10.3
45+ , GHC == 9.12.2
46+ , GHC == 9.14.1
4647
4748build-type : Simple
4849
@@ -63,9 +64,9 @@ library
6364 , Data.PhoneNumber.Internal.Number
6465 , Data.PhoneNumber.Internal.Util
6566 build-depends :
66- , base >= 4.12 && < 4.22
67+ , base >= 4.12 && < 4.23
6768 , bytestring >= 0.10.8 && < 0.13
68- , containers >= 0.6.0 && < 0.8
69+ , containers >= 0.6.0 && < 0.9
6970 , deepseq >= 1.4.4 && < 1.6
7071 , transformers >= 0.5.5 && < 0.7
7172 build-tool-depends : c2hs :c2hs
You can’t perform that action at this time.
0 commit comments