- PHP: "7.3"
- enable_debug: "yes"
- enable_maintainer_zts: "yes"
- runs-on: ubuntu-20.04
- steps:
- - uses: actions/checkout@v2
- with:
- submodules: true
- - name: Install
- run: |
- sudo apt-get install -y \
- php-cli \
- php-pear \
- re2c
- - name: Prepare
- run: |
- make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
- - name: Build
- run: |
- make -f scripts/ci/Makefile ext PECL=apfd
- - name: Test
- run: |
- make -f scripts/ci/Makefile test
-
- old-matrix-5:
- name: old-matrix-5
- env:
- PHP: "7.4"
- enable_debug: "yes"
- enable_maintainer_zts: "yes"
- runs-on: ubuntu-20.04
- steps:
- - uses: actions/checkout@v2
- with:
- submodules: true
- - name: Install
- run: |
- sudo apt-get install -y \
- php-cli \
- php-pear \
- re2c
- - name: Prepare
- run: |
- make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
- - name: Build
- run: |
- make -f scripts/ci/Makefile ext PECL=apfd
- - name: Test
- run: |
- make -f scripts/ci/Makefile test
-
- old-matrix-6:
- name: old-matrix-6
- env:
- PHP: "8.0"
- enable_debug: "yes"
- enable_maintainer_zts: "yes"
- runs-on: ubuntu-20.04
- steps:
- - uses: actions/checkout@v2
- with:
- submodules: true
- - name: Install
- run: |
- sudo apt-get install -y \
- php-cli \
- php-pear \
- re2c
- - name: Prepare
- run: |
- make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
- - name: Build
- run: |
- make -f scripts/ci/Makefile ext PECL=apfd
- - name: Test
- run: |
- make -f scripts/ci/Makefile test
-
- old-matrix-7:
- name: old-matrix-7
- env:
- PHP: "8.1"