chore: build job remove php7.0 #3450

This commit is contained in:
Shao Yu-Lung (Allen)
2023-10-04 09:10:08 +08:00
parent 205cb4e5c9
commit d1fb549d80

View File

@@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: [ "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
php_version: [ "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
service: [ php-fpm, php-worker, workspace ]
steps:
- uses: actions/checkout@v2