Skip to content

Commit

Permalink
Test with php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskod committed Dec 10, 2019
1 parent 1290e11 commit b9c1c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
language: php

php:
- 7.4
- 7.3
- 7.2
- 7.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ vendor/installed: composer.json
touch $@

vendor-bin/installed: vendor/installed
$(COMPOSER_CMD) bin phpspec require phpspec/phpspec:^5
$(COMPOSER_CMD) bin phpspec require phpspec/phpspec:">=5"
$(COMPOSER_CMD) bin behat require behat/behat:^3
$(COMPOSER_CMD) bin readme-tester require hanneskod/readme-tester:^1.0@beta
$(COMPOSER_CMD) bin phpstan require "phpstan/phpstan:<2"
Expand Down

0 comments on commit b9c1c26

Please sign in to comment.