Skip to content

Commit

Permalink
chore: add php 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer committed Jan 17, 2022
1 parent c317f0c commit 45794e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,7 @@
language: php
dist: bionic
php:
- 8.1.0
- 8.0
- 7.3
- 7.2
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 45794e1

Please sign in to comment.