From 2e4feb23810a563132c0d2cb86d24d4ffea839b1 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Fri, 7 Jul 2023 11:52:30 +0200 Subject: [PATCH] Pimcore 10.6 release --- .github/workflows/codeception.yml | 8 ++++---- .github/workflows/ecs.yml | 8 ++++---- .github/workflows/php-stan.yml | 8 ++++---- README.md | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index e03a542..168952c 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 8f59b16..7bcfaaf 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 a804140..f463587 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 d842f49..238e880 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The last SEO Bundle for pimcore you'll ever need! | Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch | |---------|----------------------------|----------------------------|--------------|----------------|--------| -| **2.x** | `10.1` - `10.5` | `5.4` | 14.10.2020 | Feature Branch | master | +| **2.x** | `10.1` - `10.6` | `5.4` | 14.10.2020 | Feature Branch | master | | **1.x** | `6.0` - `6.9` | `3.4`, `^4.4` | 27.04.2020 | Unsupported | 1.x |