mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
try to use the other action to setup php
This commit is contained in:
@@ -19,11 +19,12 @@ 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: cmb69/setup-php[email protected]
|
||||||
with:
|
with:
|
||||||
coverage: xdebug
|
version: ${{matrix.version}}
|
||||||
php-version: 5.5
|
arch: ${{ matrix.arch }}
|
||||||
ini-values: xdebug.overload_var_dump=0, memory_limit=4G, phar.readonly=false
|
ts: ts
|
||||||
|
deps: openssl
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -57,11 +58,12 @@ jobs:
|
|||||||
- "8.2"
|
- "8.2"
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PHP with Xdebug
|
- name: Setup PHP with Xdebug
|
||||||
uses: shivammathur/setup-php@v2
|
uses: cmb69/setup-php[email protected]
|
||||||
with:
|
with:
|
||||||
coverage: xdebug
|
version: ${{matrix.version}}
|
||||||
php-version: ${{matrix.version}}
|
arch: ${{ matrix.arch }}
|
||||||
ini-values: xdebug.overload_var_dump=0, memory_limit=4G, phar.readonly=false
|
ts: ts
|
||||||
|
deps: openssl
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user