File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 11os : linux
2- dist : trusty
2+ dist : xenial
33
44language : php
5- php : 7.2
5+ php : 7.4
6+
7+ services :
8+ - mysql
69
710notifications :
811 email :
@@ -41,15 +44,16 @@ install:
4144
4245script :
4346 - composer phpunit
44- - composer behat
47+ - composer behat || composer behat-rerun
4548
4649jobs :
4750 include :
48- - stage : sniff
49- script :
50- - composer lint
51- - composer phpcs
52- env : BUILD=sniff
51+ - stage : test
52+ php : 7.4
53+ env : WP_VERSION=latest
54+ - stage : test
55+ php : 7.3
56+ env : WP_VERSION=latest
5357 - stage : test
5458 php : 7.2
5559 env : WP_VERSION=latest
6569 - stage : test
6670 php : 5.6
6771 env : WP_VERSION=3.7.11
72+ dist : trusty
6873 - stage : test
6974 php : 5.6
7075 env : WP_VERSION=trunk
71- - stage : test
72- php : 5.4
73- env : WP_VERSION=5.1
You can’t perform that action at this time.
0 commit comments