diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index e929c946..ec195d49 100644 --- a/.github/workflows/codeception.yml +++ b/.github/workflows/codeception.yml @@ -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: diff --git a/.github/workflows/ecs.yml b/.github/workflows/ecs.yml index bf01477b..d3fd391a 100644 --- a/.github/workflows/ecs.yml +++ b/.github/workflows/ecs.yml @@ -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: diff --git a/.github/workflows/php-stan.yml b/.github/workflows/php-stan.yml index c1095143..e8bfc67e 100644 --- a/.github/workflows/php-stan.yml +++ b/.github/workflows/php-stan.yml @@ -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: diff --git a/README.md b/README.md index 7f6785f0..5c82d653 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The Toolbox is a Kickstarter for your every day project. It provides some import | Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch | |---------|-----------------------------------|----------------------------|--------------|----------------|------------| -| **4.x** | `10.5` - `10.6 ` | `5.4` | 01.10.2021 | Feature Branch | master | +| **4.x** | `10.5`, `10.6` | `5.4` | 01.10.2021 | Feature Branch | master | | **3.x** | `6.0` - `6.9` | `3.4`, `^4.4` | 16.07.2019 | Unsupported | 3.x | | **2.8** | `5.4`, `5.5`, `5.6`, `5.7`, `5.8` | `3.4` | 30.06.2019 | Unsupported | 2.8 | | **1.8** | `4.0` | -- | 28.04.2017 | Unsupported | pimcore4 |