Skip to content

Commit db5c864

Browse files
committed
Update Travis CI matrix to include PHP 7.2.0alpha3
1 parent a536162 commit db5c864

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: trusty
33

44
language: php
55
php:
6-
- 7.2.0alpha2
6+
- 7.2.0alpha3
77
- 7.1
88
- 7.0
99

Diff for: tests/session_badconf_servers.phpt

+6-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ ini_set('session.save_path', '');
2424
session_start();
2525
session_write_close();
2626

27-
--EXPECTF--
28-
session_start(): failed to parse session.save_path
27+
28+
// The second error appears in PHP 7.2, use EXPECTREGEX for an all-or-nothing match
29+
30+
--EXPECTREGEX--
31+
session_start\(\): failed to parse session.save_path
32+
(session_start\(\): Failed to initialize storage module: memcached \(path: \))?

0 commit comments

Comments
 (0)