Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
ini-file: development
php-version: "${{ inputs.php-version }}"
tools: "cs2pr"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/composer-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
ini-file: development
php-version: "${{ inputs.php-version }}"
tools: composer:v2, composer-normalize:2
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
php-version: "${{ inputs.php-version }}"
coverage: "pcov"
ini-values: "zend.assertions=1"
ini-file: development
tools: "flex"

- name: "Set COMPOSER_ROOT_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
with:
php-version: "${{ matrix.php-version }}"
coverage: "pcov"
ini-values: "zend.assertions=1"
ini-file: development

- name: "Install PHP with XDebug"
uses: "shivammathur/setup-php@v2"
if: "${{ matrix.php-version == '7.1' }}"
with:
php-version: "${{ matrix.php-version }}"
coverage: "xdebug"
ini-values: "zend.assertions=1"
ini-file: development

- name: "Set COMPOSER_ROOT_VERSION"
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
ini-file: development
php-version: "8.3" # Use the same version as in doctrine/doctrine-website
tools: "cs2pr"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
ini-file: development
php-version: "${{ inputs.php-version }}"

- name: "Set COMPOSER_ROOT_VERSION"
Expand Down