Skip to content

Commit

Permalink
Updated Travis file to also run current PHP versions
Browse files Browse the repository at this point in the history
I case you ask yourself what this file is: It's not necessary for you as a developer, it's just a config file for an service called Travis that somehow auto-installs this repo on servers with different PHP versions, and checks if it starts at all or just fails
  • Loading branch information
panique authored May 13, 2020
1 parent 5e223ff commit 40a4380
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm
- 7.2
- 7.3
- 7.4

# optional, define the environment, in this case useful to test stuff that only runs in development / production
env:
Expand Down

0 comments on commit 40a4380

Please sign in to comment.