Skip to content

Commit

Permalink
Merge ac80e67 into 79e5fc1
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer committed Jan 11, 2022
2 parents 79e5fc1 + ac80e67 commit f4683e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,10 +1,11 @@
language: php
dist: bionic
php:
- 8.1.0
- 8.0
- 7.3
- 7.2
- 7.1
- 7.0

env:
- LIBZOOKEEPER_VERSION=3.7.0
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Expand Up @@ -78,7 +78,7 @@ Improvements:
<required>
<php>
<min>7.0.0</min>
<max>8.0.99</max>
<max>8.1.99</max>
</php>
<pearinstaller>
<min>1.4.0b1</min>
Expand Down
2 changes: 1 addition & 1 deletion tests/exists_with_invalid_param.phpt
Expand Up @@ -13,6 +13,6 @@ files/exists_with_invalid_param.inc
--EXPECTF--
Fatal error: Uncaught TypeError: Zookeeper::exists(): Argument #2 ($watcher_cb) must be a valid callback or null, no array or string given in %s:%d
Stack trace:
#0 %s(%d): Zookeeper->exists('/test', 1)
#0 %s(%d): Zookeeper->exists('/test', %f)
#1 {main}
thrown in %s on line %d

0 comments on commit f4683e8

Please sign in to comment.