We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc1897 commit 27c44f6Copy full SHA for 27c44f6
1 file changed
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.1
5
- 7.2
6
- 7.3
7
+- 7.4
8
9
notifications:
10
email:
@@ -12,4 +13,4 @@ notifications:
12
13
before_script: composer install
14
15
script:
-- vendor/bin/phpunit --configuration phpunit.xml
16
+- vendor/bin/phpunit --configuration phpunit.xml
0 commit comments