ci build php 7.1

This commit is contained in:
Shao Yu Lung 2021-03-20 17:04:58 +08:00
parent 00fb15c62a
commit 6556a9125a
1 changed files with 1 additions and 1 deletions

View File

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