1
0
mirror of synced 2025-02-21 17:33:13 +03:00

add php5.3

This commit is contained in:
Akolzin Dmitry 2020-03-03 10:20:58 +03:00
parent 68343b7e49
commit baa1f3d581
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:5.6-fpm
FROM php:7.1-fpm
RUN apt-get update

View File

@ -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