Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Use phpunit 9.5.4
Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Jun 2, 2021
commit bdcd32ac7ff797aa1af45765f95b8cc5c45ee78c
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
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
- name: PHPUnit
env:
Expand Down