Try running checks against pg 17 (#758)
* Try running checks against pg 17 * Install postgresql-client-17
This commit is contained in:
parent
a716093236
commit
487e2820f4
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
pg_version: [9.6, 10, 11, 12, 13, 14, 15, 16]
|
pg_version: [9.6, 10, 11, 12, 13, 14, 15, 16, 17]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
sudo rm -f /etc/apt/sources.list.d/pgdg.list
|
sudo rm -f /etc/apt/sources.list.d/pgdg.list
|
||||||
curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add
|
curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add
|
||||||
echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list
|
echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list
|
||||||
sudo apt-get update && sudo apt-get install -y postgresql-client-16
|
sudo apt-get update && sudo apt-get install -y postgresql-client-17
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user