Skip to content

Commit 7d7ae25

Browse files
committed
fix(phpunit-pgsql): master/v30 only supports pgsql 12-16; drop 10
Signed-off-by: Josh <[email protected]>
1 parent 2e94ec8 commit 7d7ae25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phpunit-pgsql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
strategy:
5454
matrix:
5555
php-versions: ['8.1']
56-
# To keep the matrix smaller we ignore PostgreSQL '11', '13', '14' as we already test 10 and 15 as lower and upper bound
57-
postgres-versions: ['10', '15', '16']
56+
# To keep the matrix smaller we ignore PostgreSQL '13', '14', and '15' as we already test 12 and 16 as lower and upper bound
57+
postgres-versions: ['12', '16']
5858
include:
5959
- php-versions: '8.3'
60-
postgres-versions: '15'
60+
postgres-versions: '16'
6161
coverage: ${{ github.event_name != 'pull_request' }}
6262

6363
name: PostgreSQL ${{ matrix.postgres-versions }} (PHP ${{ matrix.php-versions }}) - database tests

0 commit comments

Comments
 (0)