Skip to content

Commit 4e3fe3e

Browse files
Update php.yml
1 parent 9949c96 commit 4e3fe3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
15-
php-versions: ['7.3', '7.4']
15+
php-versions: ['7.3', '7.4', '8.0']
1616
phpunit-versions: ['latest']
1717
include:
1818
- operating-system: 'ubuntu-latest'
19-
php-versions: '7.2'
19+
php-versions: '7.4'
2020
phpunit-versions: '9.0.0'
2121
steps:
2222
- name: Checkout
@@ -28,5 +28,5 @@ jobs:
2828
php-version: ${{ matrix.php-versions }}
2929
extensions: mbstring, intl
3030
ini-values: post_max_size=256M, max_execution_time=180
31-
coverage: xdebug
31+
coverage: none
3232
tools: php-cs-fixer, phpunit:${{ matrix.phpunit-versions }}

0 commit comments

Comments
 (0)