mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
fix php version requirements
This commit is contained in:
parent
35dec947df
commit
7a051380e2
2
.github/workflows/static-analysis.yml
vendored
2
.github/workflows/static-analysis.yml
vendored
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user