Skip to content

Commit 67554ee

Browse files
committed
Updated test matrix and readme
1 parent 79a1ccd commit 67554ee

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
4+
- 7.2
5+
- 7.3
6+
- 7.4
67

78
before_script: composer install
89

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ $ composer require jaspaul/eloquent-model-validation
1919

2020
The following versions of PHP are supported by this version.
2121

22-
* PHP 7.0
23-
* PHP 7.1
22+
* PHP 7.2
23+
* PHP 7.3
24+
* PHP 7.4
2425

2526
## Configuration
2627

0 commit comments

Comments
 (0)