drop PHP7.4 support

This commit is contained in:
sunxyw
2022-11-03 17:36:09 +08:00
parent 4a2c7f5ecb
commit f4ded4c6d7
2 changed files with 2 additions and 2 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