Github CI build php 5.6

This commit is contained in:
Shao Yu Lung 2021-03-20 18:42:32 +08:00
parent 66abe78874
commit 901ced22ac

View File

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
php_version: ["5.6", "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