We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9949c96 commit 4e3fe3eCopy full SHA for 4e3fe3e
1 file changed
.github/workflows/php.yml
@@ -12,11 +12,11 @@ jobs:
12
strategy:
13
matrix:
14
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
15
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
16
phpunit-versions: ['latest']
17
include:
18
- operating-system: 'ubuntu-latest'
19
- php-versions: '7.2'
+ php-versions: '7.4'
20
phpunit-versions: '9.0.0'
21
steps:
22
- name: Checkout
@@ -28,5 +28,5 @@ jobs:
28
php-version: ${{ matrix.php-versions }}
29
extensions: mbstring, intl
30
ini-values: post_max_size=256M, max_execution_time=180
31
- coverage: xdebug
+ coverage: none
32
tools: php-cs-fixer, phpunit:${{ matrix.phpunit-versions }}
0 commit comments