Update main-ci.yml

This commit is contained in:
Shao Yu-Lung (Allen)
2020-04-17 13:12:57 +08:00
committed by GitHub
parent e2331171b0
commit 941960df82

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
php_version: [72, 73] php_version: ["7.2", "7.3"]
service: [php-fpm, php-worker] service: [php-fpm, php-worker]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2