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