Skip to content

Commit 22f6b82

Browse files
committed
Updated CI and github action to 7.17
1 parent aa6c8cb commit 22f6b82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 7.16-SNAPSHOT
3+
- 7.17-SNAPSHOT
44

55
PHP_VERSION:
66
- 8.1-cli

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
php-version: [7.3, 7.4, 8.0, 8.1]
1313
os: [ubuntu-latest]
14-
es-version: [7.16.0]
14+
es-version: [7.17-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)