mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
no needs to create a 5.5 version
This commit is contained in:
@@ -14,31 +14,6 @@ env:
|
|||||||
RUN: ${{ github.run_id }}-${{ github.run_number }}
|
RUN: ${{ github.run_id }}-${{ github.run_number }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
php-5_5-linux-x64:
|
|
||||||
name: php-linux-x64 (5.5)
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Setup PHP with Xdebug
|
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
coverage: xdebug
|
|
||||||
php-version: 5.5
|
|
||||||
ini-values: xdebug.overload_var_dump=0, memory_limit=4G, phar.readonly=false
|
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Build for PHP 5.5
|
|
||||||
env:
|
|
||||||
CC: clang
|
|
||||||
CXX: clang++
|
|
||||||
run: |
|
|
||||||
phpize
|
|
||||||
./configure
|
|
||||||
make
|
|
||||||
./dev-scripts/run_tests.sh
|
|
||||||
|
|
||||||
php-linux-x64:
|
php-linux-x64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -46,6 +21,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
|
- "5.5"
|
||||||
- "5.6"
|
- "5.6"
|
||||||
- "7.0"
|
- "7.0"
|
||||||
- "7.1"
|
- "7.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user