Skip to content

Commit

Permalink
Revert "Test on PG15 beta (#2386)"
Browse files Browse the repository at this point in the history
This reverts commit 39fa68d.
  • Loading branch information
roji committed Jul 10, 2022
1 parent 39fa68d commit 0d85c2c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ jobs:
os: [ ubuntu-20.04 ]
pg_major: [ 14, 13, 12, 11, 10 ]
config: [Release]
# PostgreSQL 14 is out, but there's no PostGIS binary for Windows yet (http://download.osgeo.org/postgis/windows/)
include:
- os: ubuntu-20.04
pg_major: 14
config: Debug
- os: ubuntu-20.04
pg_major: 15
config: Release
pg_prerelease: 'PG Prerelease'
# - os: ubuntu-20.04
# pg_major: 15
# config: Release
# pg_prerelease: 'PG Prerelease'

outputs:
is_release: ${{ steps.analyze_tag.outputs.is_release }}
Expand All @@ -57,7 +58,7 @@ jobs:
dpkg-query -W --showformat='${Package}\n' 'postgresql-*' | xargs sudo dpkg -P postgresql
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main 15" >> /etc/apt/sources.list.d/pgdg.list'
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main 14" >> /etc/apt/sources.list.d/pgdg.list'
sudo apt-get update -qq
sudo apt-get install -qq postgresql-${{ matrix.pg_major }}
Expand Down

0 comments on commit 0d85c2c

Please sign in to comment.