Skip to content

Commit a00b601

Browse files
authored
Use PHP 7.3 for symfony 5
Travis does not have PHP 7.2.5, so switching to PHP 7.3 for testing.
1 parent c9bf42f commit a00b601

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ matrix:
7171
env: [SF_EVT_DISPATCHER_VERSION="^3.3", SF_OPT_RESOLVER_VERSION="^3.3"]
7272
- php: 7.2
7373
env: [SF_EVT_DISPATCHER_VERSION="^4.0", SF_OPT_RESOLVER_VERSION="^4.0"]
74-
- php: 7.2
74+
75+
- php: 7.3
7576
env: [SF_EVT_DISPATCHER_VERSION="^5.0", SF_OPT_RESOLVER_VERSION="^5.0"]
7677

7778
- php: hhvm

0 commit comments

Comments
 (0)