Skip to content

Commit f0378d9

Browse files
author
childish-sambino
authored
chore: add PHP 7.4 to Travis and test with lowest dependencies (#140)
1 parent 2943016 commit f0378d9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: php
22

3+
before_script:
4+
- composer install
5+
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;
6+
37
script:
48
- make test
59

@@ -12,3 +16,8 @@ php:
1216
- 7.1
1317
- 7.2
1418
- 7.3
19+
- 7.4
20+
21+
env:
22+
- dependencies=lowest
23+
- dependencies=highest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ All updates to this library are documented in our [CHANGELOG](https://github.com
3030

3131
## Prerequisites
3232

33-
- PHP version 5.6 or higher
33+
- PHP version 5.6, 7.0, 7.1, 7.2, 7.3, or 7.4
3434

3535
## Install with Composer
3636

0 commit comments

Comments
 (0)