Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec799be

Browse files
authoredJul 1, 2024··
Merge branch 'master' into upgrade_fix
2 parents 2cdb2bd + 92b69d8 commit ec799be

File tree

188 files changed

+20968
-1333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+20968
-1333
lines changed
 

‎.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.deps
2-
isolation_output
32
results/*
43
regression.diffs
54
regression.out

‎.travis.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
sudo: required
1+
os: linux
2+
3+
dist: focal
24

35
language: c
46

@@ -18,18 +20,15 @@ notifications:
1820
on_failure: always
1921

2022
env:
23+
- PG_VERSION=16 LEVEL=hardcore
24+
- PG_VERSION=16
25+
- PG_VERSION=15 LEVEL=hardcore
26+
- PG_VERSION=15
27+
- PG_VERSION=14 LEVEL=hardcore
28+
- PG_VERSION=14
29+
- PG_VERSION=13 LEVEL=hardcore
30+
- PG_VERSION=13
2131
- PG_VERSION=12 LEVEL=hardcore
2232
- PG_VERSION=12
2333
- PG_VERSION=11 LEVEL=hardcore
2434
- PG_VERSION=11
25-
- PG_VERSION=10 LEVEL=hardcore
26-
- PG_VERSION=10
27-
- PG_VERSION=9.6 LEVEL=hardcore
28-
- PG_VERSION=9.6
29-
- PG_VERSION=9.5 LEVEL=hardcore
30-
- PG_VERSION=9.5
31-
32-
matrix:
33-
allow_failures:
34-
- env: PG_VERSION=10 LEVEL=nightmare
35-
- env: PG_VERSION=9.6 LEVEL=nightmare

0 commit comments

Comments
 (0)
Please sign in to comment.