Skip to content

Commit 0ad07cc

Browse files
authored
Add 7.4 for travis
PHP 7.4 released, and we need run tests for 7.4 too
1 parent a223224 commit 0ad07cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ php:
99
- 7.1
1010
- 7.2
1111
- 7.3
12+
- 7.4
1213

1314
matrix:
1415
fast_finish: true
@@ -33,7 +34,7 @@ jobs:
3334
env: TEST_COMMAND="./vendor/bin/phpunit" DEPENDENCIES="phpunit/phpunit:^7.5 nyholm/psr7:^1.0"
3435

3536
# Latest dev release
36-
- php: 7.3
37+
- php: 7.4
3738
env: STABILITY="dev"
3839

3940
before_install:

0 commit comments

Comments
 (0)