Problem/Motivation
I am trying to trigger a PHP 8.x + PostgreSQL test option (see related issue). There does not appear to be such a combination in the default list, nor in the "Custom" matches.
Steps to reproduce
1. Select "Add test / retest"
2. Select "Custom parameters"
Proposed resolution
- Add PHP 8.0 & PostgreSQL 9.5 option.
Remaining tasks
- Configure test system to launch PHP 8.0 & 9.5?
- Add PHP 8.0 & PostgreSQL 9.5 option.
User interface changes
- new option on list.
API changes
n/a
Data model changes
n/a
Comments
Comment #2
mfbAt the moment there is a test option for PHP 8.1 and Postgres 10.12 - maybe that's good enough to satisfy this issue? See also #3240346: Add Postgresql 15.4/16.0 to CI for adding a more recent version of Postgres.
Comment #3
poker10 commentedPostgreSQL 10 EOL is on November 10, 2022, so I think the better option would be something like PHP 8.1 + PostgreSQL 13/14, if possible. I am also waiting for to be fixed #3240346: Add Postgresql 15.4/16.0 to CI, and it is also discussed here: #3251195: Testbot with PHP 8.1 and/or 8.2 + PostgreSQL 12 .
Comment #4
poker10 commentedCurrently we have PHP 8.1 + PostgreSQL 12,13,14, or PHP 8.2 + PostgreSQL 13,14, so I think this is Fixed. See: #3240346: Add Postgresql 15.4/16.0 to CI