Skip to content

Commit 116e376

Browse files
committed
Set stack version to 8.9 in tests
1 parent 8037aed commit 116e376

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-
- 8.10-SNAPSHOT
3+
- 8.9-SNAPSHOT
44

55
PHP_VERSION:
66
- 8.2-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.4, 8.0, 8.1, 8.2]
1313
os: [ubuntu-latest]
14-
es-version: [8.10-SNAPSHOT]
14+
es-version: [8.9-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

.github/workflows/unified-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
stack_version: ['8.10.0-SNAPSHOT']
23+
stack_version: ['8.9-SNAPSHOT']
2424

2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v2
2828
- run: "./.ci/make.sh assemble ${{ matrix.stack_version }}"
29-
name: Assemble ${{ matrix.stack_version }}
29+
name: Assemble ${{ matrix.stack_version }}

0 commit comments

Comments
 (0)