[ci] Enable --enable-cpp11-testing for PHP

This commit is contained in:
Olly Betts 2021-04-18 08:15:55 +12:00
commit 3b63ef27fe

View file

@ -3,27 +3,27 @@ matrix:
include:
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.0
env: SWIGLANG=php VER=7.0 CPP11=1
dist: xenial
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.1
env: SWIGLANG=php VER=7.1 CPP11=1
dist: xenial
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.2
env: SWIGLANG=php VER=7.2 CPP11=1
dist: xenial
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.3
env: SWIGLANG=php VER=7.3 CPP11=1
dist: xenial
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.4
env: SWIGLANG=php VER=7.4 CPP11=1
dist: xenial
- compiler: gcc
os: linux
env: SWIGLANG=php VER=8.0
env: SWIGLANG=php VER=8.0 CPP11=1
dist: xenial
before_install: