Skip to content

Commit 11a28c8

Browse files
committed
Remove php5 from testing matrix
1 parent ceb6c75 commit 11a28c8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.idea/fogbugz-php-api.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: php
33
matrix:
44
fast_finish: true
55
include:
6-
- php: 5.5
7-
- php: 5.6
8-
96
# Only run coverage on 7.1
107
- php: 7.1
118
env:

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<phpunit backupGlobals="false"
22
backupStaticAttributes="false"
3-
bootstrap="bootstrap/app.php"
43
colors="true"
54
convertErrorsToExceptions="true"
65
convertNoticesToExceptions="true"

0 commit comments

Comments
 (0)