10000 Fix compatibility with PG16 by df7cb · Pull Request #39 · postgrespro/pgsphere · GitHub
[go: up one dir, main page]

Skip to content

Fix compatibility with PG16 #39

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Travis: Change to run on Ubuntu focal
  • Loading branch information
df7cb committed Aug 16, 2023
commit ec4bd87c473fa7c8ab9c8b60fe664345a681a1b7
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- PG_SUPPORTED_VERSIONS=16

language: C
dist: bionic
dist: focal

before_install:
# extra apt.pg.o.sh options added in version 204, travis currently has 199 (2019-11-27)
Expand Down
0