Skip to content

Commit

Permalink
test more pg versions
Browse files Browse the repository at this point in the history
silence github warning
update copyright
  • Loading branch information
segasai committed Jul 2, 2024
1 parent b6484ef commit 5a6c047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
container: ['ubuntu:22.04']
compiler: [gcc]
PGVERSION: [12, 13, 14, 15]
PGVERSION: [12, 13, 14, 15, 16, 17]
COVERAGE: ['0']
APT: ['1']
include:
Expand All @@ -29,7 +29,7 @@ jobs:
compiler: 'clang'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: PG cleanup
run: |
sudo apt-get -y --purge remove postgresql libpq-dev libpq5 postgresql-client-common postgresql-common
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Author: Sergey Koposov, University of Edinburgh

Copyright (c) 2004-2023 Sergey Koposov
Copyright (c) 2004-2024 Sergey Koposov

Email: skoposov AT ed DOT ac DOT uk

Expand Down

0 comments on commit 5a6c047

Please sign in to comment.