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 bfd04a2 commit c189591Copy full SHA for c189591
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - 8.3.0-SNAPSHOT
+ - 8.4.0-SNAPSHOT
4
5
PHP_VERSION:
6
- 8.1-cli
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
php-version: [7.4, 8.0, 8.1]
13
os: [ubuntu-latest]
14
- es-version: [8.3.0-SNAPSHOT]
+ es-version: [8.4.0-SNAPSHOT]
15
16
steps:
17
- name: Checkout
0 commit comments