Remove some old php versions, add 7.4 expected.
jdarwood007

jdarwood007 commited on 2019-11-09 17:17:12
Showing 1 changed files, with 1 additions and 2 deletions.

... ...
@@ -3,11 +3,10 @@ sudo: required
3 3
 language: php
4 4
 
5 5
 php:
6
-  - 5.6
7
-  - 7.0
8 6
   - 7.1
9 7
   - 7.2
10 8
   - 7.3
9
+  - 7.4
11 10
 
12 11
 matrix:
13 12
   include:
14 13