We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dbd44 commit f359c01Copy full SHA for f359c01
.travis.yml
@@ -1,12 +1,12 @@
1
dist: jammy
2
language: c
3
env:
4
+- PG_MAJOR=17
5
- PG_MAJOR=16
6
- PG_MAJOR=15
7
- PG_MAJOR=14
8
- PG_MAJOR=13
9
- PG_MAJOR=12
-- PG_MAJOR=11
10
before_script:
11
- curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
12
- echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" | sudo tee -a /etc/apt/sources.list
0 commit comments