Skip to content

Commit 2dc6882

Browse files
committed
Test 9.12, base < 4.22
1 parent ec45a5a commit 2dc6882

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8']
16+
ghc: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8']
1717

1818
services:
1919
postgres:
@@ -47,6 +47,6 @@ jobs:
4747
- uses: tomjaguarpaw/neil@tag-ac7e72e
4848
with:
4949
github-user: tomjaguarpaw
50-
branch: tag-e31bd3c
50+
branch: tag-2e76361
5151
env:
5252
POSTGRES_CONNSTRING: "user='postgres' dbname='postgres' password='postgres' host='localhost' port='5432'"

opaleye.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cabal-version: 1.18
1616
extra-doc-files: README.md
1717
CHANGELOG.md
1818
*.md
19-
tested-with: GHC==9.10, GHC==9.8, GHC==9.6, GHC==9.4, GHC==9.2, GHC==9.0, GHC==8.10, GHC==8.8
19+
tested-with: GHC==9.12, GHC==9.10, GHC==9.8, GHC==9.6, GHC==9.4, GHC==9.2, GHC==9.0, GHC==8.10, GHC==8.8
2020

2121
source-repository head
2222
type: git
@@ -30,7 +30,7 @@ library
3030
hs-source-dirs: src
3131
build-depends:
3232
aeson >= 0.6 && < 2.3
33-
, base >= 4.9 && < 4.21
33+
, base >= 4.9 && < 4.22
3434
, base16-bytestring >= 0.1.1.6 && < 1.1
3535
, case-insensitive >= 1.2 && < 1.3
3636
, bytestring >= 0.10 && < 0.13

0 commit comments

Comments
 (0)