Skip to content

Commit

Permalink
Test on 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Mar 30, 2024
1 parent eb04993 commit f636249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['9.6', '9.4', '9.2', '9.0', '8.10', '8.8']
ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8']

services:
postgres:
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
- uses: tomjaguarpaw/neil@tag-ac7e72e
with:
github-user: tomjaguarpaw
branch: tag-4459934
branch: tag-2743efb
env:
POSTGRES_CONNSTRING: "user='postgres' dbname='postgres' password='postgres' host='localhost' port='5432'"
2 changes: 1 addition & 1 deletion opaleye.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cabal-version: 1.18
extra-doc-files: README.md
CHANGELOG.md
*.md
tested-with: GHC==9.6, GHC==9.4, GHC==9.2, GHC==9.0, GHC==8.10, GHC==8.8
tested-with: GHC==9.8, GHC==9.6, GHC==9.4, GHC==9.2, GHC==9.0, GHC==8.10, GHC==8.8

source-repository head
type: git
Expand Down

0 comments on commit f636249

Please sign in to comment.