Skip to content

Commit 3526417

Browse files
authored
Merge pull request #2 from dachcom-digital/p10-6
Pimcore 10.6 release
2 parents 448f667 + 7f89876 commit 3526417

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/codeception.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3939
strategy:
4040
matrix:
41-
php: [8.0]
41+
php: [ 8.1 ]
4242
symfony: [ ^5.4 ]
43-
pimcore: [ ~10.5.0 ]
43+
pimcore: [ ~10.6.0 ]
4444
include:
45-
- pimcore: ~10.5.0
46-
template_tag: v10.2.0
45+
- pimcore: ~10.6.0
46+
template_tag: v10.2.5
4747
steps:
4848
- uses: actions/checkout@v2
4949
with:

.github/workflows/ecs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3838
strategy:
3939
matrix:
40-
php: [ 8.0 ]
40+
php: [ 8.1 ]
4141
symfony: [ ^5.4 ]
42-
pimcore: [ ~10.5.0 ]
42+
pimcore: [ ~10.6.0 ]
4343
include:
44-
- pimcore: ~10.5.0
45-
template_tag: v10.2.0
44+
- pimcore: ~10.6.0
45+
template_tag: v10.2.5
4646
steps:
4747
- uses: actions/checkout@v2
4848
with:

.github/workflows/php-stan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3838
strategy:
3939
matrix:
40-
php: [ 8.0 ]
40+
php: [ 8.1 ]
4141
symfony: [ ^5.4 ]
42-
pimcore: [ ~10.5 ]
42+
pimcore: [ ~10.6.0 ]
4343
include:
44-
- pimcore: ~10.5
45-
template_tag: v10.2.0
44+
- pimcore: ~10.6.0
45+
template_tag: v10.2.5
4646
steps:
4747
- uses: actions/checkout@v2
4848
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Store data with the opensearch index service.
1111
## Release Plan
1212
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
1313
|---------|----------------------------|----------------------------|--------------|----------------------|--------------------------------------------------------------------------------------------------------|
14-
| **1.x** | `10.0` - `10.5` | `^5.4` | 09.03.2023 | Yes (Bugs, Features) | master |
14+
| **1.x** | `10.0` - `10.6` | `^5.4` | 09.03.2023 | Yes (Bugs, Features) | master |
1515
***
1616

1717
## Installation

0 commit comments

Comments
 (0)