Use phpunit 9.5.4
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
559712d115
commit
bdcd32ac7f
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: ctype,curl,dom,fileinfo,gd,iconv,intl,json,mbstring,oci8,openssl,pdo_sqlite,posix,sqlite,xml,zip
|
extensions: ctype,curl,dom,fileinfo,gd,iconv,intl,json,mbstring,oci8,openssl,pdo_sqlite,posix,sqlite,xml,zip
|
||||||
tools: phpunit:8.5.2
|
tools: phpunit:9.5.4
|
||||||
coverage: none
|
coverage: none
|
||||||
- name: PHPUnit
|
- name: PHPUnit
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue