drop php 5.5 tests, allowing us to use current ubuntu bionic based environment and adding php 7.4 incl. GD library
This commit is contained in:
parent
12c83a13c7
commit
df7a06315f
@ -1,14 +1,12 @@
|
|||||||
language: php
|
language: php
|
||||||
sudo: false
|
sudo: false
|
||||||
# only needed for PHP 5.5 support as of 2019-07
|
|
||||||
dist: trusty
|
|
||||||
php:
|
php:
|
||||||
- '5.5'
|
|
||||||
- '5.6'
|
- '5.6'
|
||||||
- '7.0'
|
- '7.0'
|
||||||
- '7.1'
|
- '7.1'
|
||||||
- '7.2'
|
- '7.2'
|
||||||
- '7.3'
|
- '7.3'
|
||||||
|
- '7.4'
|
||||||
|
|
||||||
# as this is a php project, node.js (for JS unit testing) isn't installed
|
# as this is a php project, node.js (for JS unit testing) isn't installed
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user