mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-25 01:25:34 +08:00
fix php version requirements
This commit is contained in:
2
.github/workflows/static-analysis.yml
vendored
2
.github/workflows/static-analysis.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: sunxyw/workflows/setup-environment@main
|
uses: sunxyw/workflows/setup-environment@main
|
||||||
with:
|
with:
|
||||||
php-version: 7.4
|
php-version: 8.0
|
||||||
php-extensions: swoole, posix, json
|
php-extensions: swoole, posix, json
|
||||||
operating-system: ubuntu-latest
|
operating-system: ubuntu-latest
|
||||||
use-cache: true
|
use-cache: true
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ class ZMResultPrinter extends CliTestDoxPrinter
|
|||||||
'last' => '┴',
|
'last' => '┴',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/* @phpstan-ignore-next-line */
|
||||||
private const SPINNER_ICONS = [
|
private const SPINNER_ICONS = [
|
||||||
" \e[36m◐\e[0m running tests",
|
" \e[36m◐\e[0m running tests",
|
||||||
" \e[36m◓\e[0m running tests",
|
" \e[36m◓\e[0m running tests",
|
||||||
|
|||||||
Reference in New Issue
Block a user