From 8fabd336c42d8bc43d625c4e76430e3063b29f2b Mon Sep 17 00:00:00 2001 From: markus-moser Date: Mon, 6 May 2024 12:37:10 +0200 Subject: [PATCH] Remove PHP 8.1 support --- .github/workflows/qodana.yml | 2 +- .github/workflows/static-analysis.yaml | 1 - composer.json | 2 +- qodana.yaml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 3c2e58818..ca4496aee 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -37,7 +37,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.1 + php-version: 8.2 extensions: curl, mbstring, openssl, pdo, pdo_sqlite ini-values: memory_limit=-1, date.timezone='UTC' coverage: xdebug diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index c69358e83..251a497bf 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -24,7 +24,6 @@ jobs: strategy: matrix: include: - - { php-version: "8.1", dependencies: "lowest", experimental: false } - { php-version: "8.2", dependencies: "highest", experimental: false } - { php-version: "8.2", dependencies: "highest", pimcore_version: "11.x-dev as 11.99.9", experimental: true } steps: diff --git a/composer.json b/composer.json index 62423c1b5..e9947200e 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "prefer-stable": true, "minimum-stability": "dev", "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.2.0", "pimcore/pimcore": "^11.0", "pimcore/studio-backend-bundle": "1.x-dev" }, diff --git a/qodana.yaml b/qodana.yaml index 7acc001ee..7b932a5c6 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -3,7 +3,7 @@ linter: jetbrains/qodana-php:latest profile: path: .qodana-profile.xml php: - version: "8.1" + version: "8.2" failThreshold: 0 exclude: - name: All