Skip to content

Commit 456689e

Browse files
authored
Pimcore 10.6 release (#196)
1 parent a2f392f commit 456689e

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.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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Toolbox is a Kickstarter for your every day project. It provides some import
1515

1616
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
1717
|---------|-----------------------------------|----------------------------|--------------|----------------|------------|
18-
| **4.x** | `10.5` - `10.6 ` | `5.4` | 01.10.2021 | Feature Branch | master |
18+
| **4.x** | `10.5`, `10.6` | `5.4` | 01.10.2021 | Feature Branch | master |
1919
| **3.x** | `6.0` - `6.9` | `3.4`, `^4.4` | 16.07.2019 | Unsupported | 3.x |
2020
| **2.8** | `5.4`, `5.5`, `5.6`, `5.7`, `5.8` | `3.4` | 30.06.2019 | Unsupported | 2.8 |
2121
| **1.8** | `4.0` | -- | 28.04.2017 | Unsupported | pimcore4 |

0 commit comments

Comments
 (0)