Skip to content

Commit

Permalink
Pimcore 10.6 release (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jul 7, 2023
1 parent 1741058 commit fdba349
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php: [ 8.0 ]
php: [ 8.1 ]
symfony: [ ^5.4 ]
pimcore: [ ~10.5.0 ]
pimcore: [ ~10.6.0 ]
include:
- pimcore: ~10.5.0
template_tag: v10.2.0
- pimcore: ~10.6.0
template_tag: v10.2.5
steps:
- uses: actions/checkout@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php: [ 8.0 ]
php: [ 8.1 ]
symfony: [ ^5.4 ]
pimcore: [ ~10.5.0 ]
pimcore: [ ~10.6.0 ]
include:
- pimcore: ~10.5.0
template_tag: v10.2.0
- pimcore: ~10.6.0
template_tag: v10.2.5
steps:
- uses: actions/checkout@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php: [ 8.0 ]
php: [ 8.1 ]
symfony: [ ^5.4 ]
pimcore: [ ~10.5.0 ]
pimcore: [ ~10.6.0 ]
include:
- pimcore: ~10.5.0
template_tag: v10.2.0
- pimcore: ~10.6.0
template_tag: v10.2.5
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---------|-----------------------------------|----------------------------|--------------|----------------|----------------------------------------------------------------------------------|
| **4.x** | `10.5` | `^5.4` | 13.10.2021 | Feature Branch | master |
| **4.x** | `10.5`, `10.6` | `^5.4` | 13.10.2021 | Feature Branch | master |
| **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) |
| **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) |
| **1.5** | `4.0` | -- | 18.03.2017 | Unsupported | [pimcore4](https://github.com/dachcom-digital/pimcore-formbuilder/tree/pimcore4) |
Expand Down

0 comments on commit fdba349

Please sign in to comment.