mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
show me how you setup php
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PHP with Xdebug
|
- name: Setup PHP with Xdebug
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@@verbose
|
||||||
with:
|
with:
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
php-version: 5.5
|
php-version: 5.5
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
- "8.2"
|
- "8.2"
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PHP with Xdebug
|
- name: Setup PHP with Xdebug
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@verbose
|
||||||
with:
|
with:
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
php-version: ${{matrix.version}}
|
php-version: ${{matrix.version}}
|
||||||
|
|||||||
Reference in New Issue
Block a user