Skip to content

Commit

Permalink
Set stack version to 8.9 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jun 23, 2023
1 parent 8037aed commit 116e376
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
STACK_VERSION:
- 8.10-SNAPSHOT
- 8.9-SNAPSHOT

PHP_VERSION:
- 8.2-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
php-version: [7.4, 8.0, 8.1, 8.2]
os: [ubuntu-latest]
es-version: [8.10-SNAPSHOT]
es-version: [8.9-SNAPSHOT]

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unified-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
strategy:
fail-fast: false
matrix:
stack_version: ['8.10.0-SNAPSHOT']
stack_version: ['8.9-SNAPSHOT']

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

0 comments on commit 116e376

Please sign in to comment.