Skip to content

Commit

Permalink
remove EOL stack images and PG versions
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriecodes committed Apr 26, 2024
1 parent b47842b commit cebae80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
test:
strategy:
matrix:
stack: [heroku-18, heroku-20, heroku-22]
pg_version: ["", "9.6", "10", "11", "11.7", "12", "13", "14", "15", "16"]
stack: [heroku-20, heroku-22]
pg_version: ["", "12", "13", "14", "15", "16"]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion support/pg_versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.6.24;10.22;11.17;12.12;13.8;14.5;15.2;16.2
12.12;13.8;14.5;15.2;16.2

0 comments on commit cebae80

Please sign in to comment.