Skip to content

Commit

Permalink
CI: update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RhodiumToad committed Nov 29, 2023
1 parent 8082844 commit 941f6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

strategy:
matrix:
pgver: [ 9.5, 9.6, 10, 11, 12, 13, 14, 15 ]
pgver: [ 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16 ]
include:
- pgrepo: ""
- pgver: 16
- pgver: 17
pgrepo: "-pgdg-snapshot"

env:
Expand All @@ -36,7 +36,7 @@ jobs:
sudo apt-get -y --purge --no-upgrade remove postgresql libpq-dev libpq5 postgresql-client-common postgresql-common
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" >/etc/apt/sources.list.d/pgdg.list'
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg-snapshot main 16" >/etc/apt/sources.list.d/pgdg-snap.list'
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg-snapshot main 17" >/etc/apt/sources.list.d/pgdg-snap.list'
sudo apt-get update -qq
sudo rm -rf /var/lib/postgresql
Expand Down

0 comments on commit 941f6b8

Please sign in to comment.