Update main-ci.yml
This commit is contained in:
parent
e2331171b0
commit
941960df82
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue