Skip to content

Commit 53463a4

Browse files
committed
Merge 3.3
2 parents 73a4c32 + c4614a8 commit 53463a4

File tree

76 files changed

+35653
-29551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+35653
-29551
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,16 @@ jobs:
259259
tools: pecl, composer
260260
extensions: intl, bcmath, curl, openssl, mbstring, pdo_sqlite, mongodb
261261
ini-values: memory_limit=-1
262-
- name: Run ${{ matrix.component }} tests
262+
- name: Run ${{ matrix.component }} install
263263
run: |
264264
composer update
265265
composer ${{matrix.component}} update
266+
- name: PHP version tweaks
267+
if: matrix.component == 'api-platform/metadata' && matrix.php != '8.1'
268+
run: composer require symfony/type-info
269+
working-directory: 'src/Metadata'
270+
- name: Run ${{ matrix.component }} tests
271+
run: |
266272
mkdir -p /tmp/build/logs/phpunit
267273
composer ${{matrix.component}} test --log-junit "/tmp/build/logs/phpunit/junit.xml" ${{ matrix.coverage && '--coverage-clover /tmp/build/logs/phpunit/clover.xml' || '' }}
268274
- name: Upload test artifacts

0 commit comments

Comments
 (0)