Skip to content

Commit cebae80

Browse files
committed
remove EOL stack images and PG versions
1 parent b47842b commit cebae80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
stack: [heroku-18, heroku-20, heroku-22]
10-
pg_version: ["", "9.6", "10", "11", "11.7", "12", "13", "14", "15", "16"]
9+
stack: [heroku-20, heroku-22]
10+
pg_version: ["", "12", "13", "14", "15", "16"]
1111
runs-on: ubuntu-latest
1212

1313
steps:

support/pg_versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.24;10.22;11.17;12.12;13.8;14.5;15.2;16.2
1+
12.12;13.8;14.5;15.2;16.2

0 commit comments

Comments
 (0)