Skip to content

Commit

Permalink
CI updates (#64)
Browse files Browse the repository at this point in the history
* Remove PHP 7.1 from test matrix

* Add PHP 7.4 to matrix

* Cache composer packages between builds
  • Loading branch information
aaemnnosttv authored Feb 22, 2020
1 parent 480da86 commit 739ed28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ services:
- mysql

php:
- 7.4
- 7.3
- 7.2
- 7.1

cache:
directories:
- $HOME/.cache/composer

install: travis_retry composer install

Expand Down

0 comments on commit 739ed28

Please sign in to comment.