Skip to content

Commit

Permalink
Merge 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Jun 3, 2024
2 parents 73a4c32 + c4614a8 commit 53463a4
Show file tree
Hide file tree
Showing 76 changed files with 35,653 additions and 29,551 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,16 @@ jobs:
tools: pecl, composer
extensions: intl, bcmath, curl, openssl, mbstring, pdo_sqlite, mongodb
ini-values: memory_limit=-1
- name: Run ${{ matrix.component }} tests
- name: Run ${{ matrix.component }} install
run: |
composer update
composer ${{matrix.component}} update
- name: PHP version tweaks
if: matrix.component == 'api-platform/metadata' && matrix.php != '8.1'
run: composer require symfony/type-info
working-directory: 'src/Metadata'
- name: Run ${{ matrix.component }} tests
run: |
mkdir -p /tmp/build/logs/phpunit
composer ${{matrix.component}} test --log-junit "/tmp/build/logs/phpunit/junit.xml" ${{ matrix.coverage && '--coverage-clover /tmp/build/logs/phpunit/clover.xml' || '' }}
- name: Upload test artifacts
Expand Down
Loading

0 comments on commit 53463a4

Please sign in to comment.