add php5.3
This commit is contained in:
parent
68343b7e49
commit
baa1f3d581
@ -1,4 +1,4 @@
|
||||
FROM php:5.6-fpm
|
||||
FROM php:7.1-fpm
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
|
@ -24,6 +24,9 @@ script: make test
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- php: 5.3
|
||||
dist: precise
|
||||
env: WP_VERSION=4.4 WC_VERSION=3.0.0 WP_MULTISITE=0
|
||||
- php: 5.4
|
||||
env: WP_VERSION=4.4 WC_VERSION=3.0.0 WP_MULTISITE=0
|
||||
- php: 5.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user