Skip to content

Commit fdba349

Browse files
authoredJul 7, 2023
Pimcore 10.6 release (#402)
1 parent 1741058 commit fdba349

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed
 

‎.github/workflows/codeception.yml

+4-4
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

+4-4
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

+4-4
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
1414
|---------|-----------------------------------|----------------------------|--------------|----------------|----------------------------------------------------------------------------------|
15-
| **4.x** | `10.5` | `^5.4` | 13.10.2021 | Feature Branch | master |
15+
| **4.x** | `10.5`, `10.6` | `^5.4` | 13.10.2021 | Feature Branch | master |
1616
| **3.x** | `6.0` - `6.9` | `3.4`, `^4.4` | 17.07.2019 | Bugfix only | [3.x](https://github.com/dachcom-digital/pimcore-formbuilder/tree/3.x) |
1717
| **2.7** | `5.4`, `5.5`, `5.6`, `5.7`, `5.8` | `3.4` | 27.06.2019 | Unsupported | [2.7](https://github.com/dachcom-digital/pimcore-formbuilder/tree/2.7) |
1818
| **1.5** | `4.0` | -- | 18.03.2017 | Unsupported | [pimcore4](https://github.com/dachcom-digital/pimcore-formbuilder/tree/pimcore4) |

0 commit comments

Comments
 (0)