fix php version requirements

This commit is contained in:
crazywhalecc 2022-11-03 10:36:08 +08:00
parent 35dec947df
commit 7a051380e2
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Setup PHP
uses: sunxyw/workflows/setup-environment@main
with:
php-version: 7.4
php-version: 8.0
php-extensions: swoole, posix, json
operating-system: ubuntu-latest
use-cache: true

View File

@ -36,6 +36,7 @@ class ZMResultPrinter extends CliTestDoxPrinter
'last' => '┴',
];
/* @phpstan-ignore-next-line */
private const SPINNER_ICONS = [
" \e[36m◐\e[0m running tests",
" \e[36m◓\e[0m running tests",