Merge pull request #2902 from laradock/ci-php70

Github CI build php 7.0
This commit is contained in:
Shao Yu-Lung (Allen) 2021-03-20 18:37:43 +08:00 committed by GitHub
commit fa603fb24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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