Skip to content

Commit ad31d9c

Browse files
Merge branch 'support-php85' of https://github.com/martin-georgiev/postgresql-for-doctrine into support-php85
2 parents d910978 + b5545de commit ad31d9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
coverage: ${{ matrix.calculate-code-coverage == true && 'xdebug' || 'none' }}
8989
extensions: ctype, json, mbstring, pdo_pgsql
9090
tools: composer
91+
update: ${{ matrix.php == '8.5' }}
9192

9293
- name: Validate composer.json and composer.lock
9394
run: composer validate --strict

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
coverage: ${{ matrix.calculate-code-coverage == true && 'xdebug' || 'none' }}
7171
extensions: ctype, json, mbstring
7272
tools: composer
73+
update: ${{ matrix.php == '8.5' }}
7374

7475
- name: Cache Composer packages
7576
id: composer-cache

0 commit comments

Comments
 (0)