Skip to content

Commit

Permalink
qa: move CS checks to PHP 7.3
Browse files Browse the repository at this point in the history
The version we're using currently has deprecation notices on PHP 7.4, and failures to execute on 8.0.

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Nov 18, 2020
1 parent d3ea9a8 commit b429575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- php: 7.3
env:
- DEPS=latest
- CS_CHECK=true
- php: 7.4
env:
- DEPS=lowest
- php: 7.4
env:
- DEPS=latest
- CS_CHECK=true
- TEST_COVERAGE=true
- php: nightly
env:
Expand Down

0 comments on commit b429575

Please sign in to comment.