Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
Until shivammathur/php-ubuntu#3 is merged

Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Dec 6, 2023
1 parent 8e290aa commit e818de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
coverage: pcov
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
php-version: ${{ matrix.php }}
extensions: ${{ join(matrix.extensions, ', ') }}
extensions: :php-psr, ${{ join(matrix.extensions, ', ') }}

- name: Setup problem matchers
run: |
Expand Down

0 comments on commit e818de6

Please sign in to comment.