Skip to content

Commit 97ab0a2

Browse files
authored
Merge pull request #68 from nextgenthemes/patch-1
Add php 7.0 and 7.1 to gitlab ci
2 parents e0655ae + 42c17c7 commit 97ab0a2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

templates/plugin-gitlab.mustache

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,19 @@ PHPunit:PHP5.6:MySQL:
3939
script:
4040
- phpcs
4141
- phpunit
42+
43+
PHPunit:PHP7.0:MySQL:
44+
image: tetraweb/php:7.0
45+
services:
46+
- mysql:5.6
47+
script:
48+
- phpcs
49+
- phpunit
50+
51+
PHPunit:PHP7.1:MySQL:
52+
image: tetraweb/php:7.1
53+
services:
54+
- mysql:5.6
55+
script:
56+
- phpcs
57+
- phpunit

0 commit comments

Comments
 (0)