Update workflow lowest php version

This commit is contained in:
crazywhalecc
2025-03-10 11:10:25 +08:00
committed by Jerry Ma
parent 3a05a0e6ba
commit 228762ce7b
4 changed files with 4 additions and 4 deletions

View File

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