We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20f0ac commit 77ded17Copy full SHA for 77ded17
.buildkite/pipeline.yml
@@ -5,7 +5,7 @@ steps:
5
env:
6
PHP_VERSION: "{{ matrix.php }}"
7
TEST_SUITE: "{{ matrix.suite }}"
8
- STACK_VERSION: 8.10-SNAPSHOT
+ STACK_VERSION: 8.11-SNAPSHOT
9
matrix:
10
setup:
11
suite:
src/Client.php
@@ -24,7 +24,7 @@
24
25
class Client
26
{
27
- const VERSION = '8.9.0';
+ const VERSION = '8.11.0';
28
29
private array $config = [];
30
0 commit comments