From 33587f26ce5661b6b0db36027f6b368a05c5d740 Mon Sep 17 00:00:00 2001 From: core23 Date: Thu, 25 Nov 2021 19:21:24 +0100 Subject: [PATCH] Drop PHP 7 support --- .github/settings.yml | 14 +++++++------- .github/workflows/continuous-integration.yml | 7 +++---- composer.json | 2 +- vendor-bin/tools/composer.json | 2 +- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 6ee40aa5..d8c21a73 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -15,17 +15,17 @@ branches: required_status_checks: contexts: - "Coding Standards (8)" - - "Static Code Analysis (8)" - - "Test (PHP 7.4, symfony 4.4, lowest)" - - "Test (PHP 7.4, symfony 4.4, highest)" - - "Test (PHP 7.4, symfony 5.3, lowest)" - - "Test (PHP 7.4, symfony 5.3, highest)" + - "Static Code Analysis (8.1)" - "Test (PHP 8, symfony 4.4, lowest)" - "Test (PHP 8, symfony 4.4, highest)" - "Test (PHP 8, symfony 5.3, lowest)" - "Test (PHP 8, symfony 5.3, highest)" - - "Code Coverage (8)" - - "Mutation Tests (8)" + - "Test (PHP 8.1, symfony 4.4, lowest)" + - "Test (PHP 8.1, symfony 4.4, highest)" + - "Test (PHP 8.1, symfony 5.3, lowest)" + - "Test (PHP 8.1, symfony 5.3, highest)" + - "Code Coverage (8.1)" + - "Mutation Tests (8.1)" strict: true required_pull_request_reviews: null diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 4a94fcc5..b46b13af 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -70,7 +70,7 @@ jobs: strategy: matrix: php-version: - - 8.0 + - 8.1 steps: - name: "Checkout" @@ -111,7 +111,6 @@ jobs: strategy: matrix: php-version: - - 7.4 - 8.0 - 8.1 @@ -167,7 +166,7 @@ jobs: strategy: matrix: php-version: - - 8.0 + - 8.1 steps: - name: "Checkout" @@ -207,7 +206,7 @@ jobs: strategy: matrix: php-version: - - 8.0 + - 8.1 steps: - name: "Checkout" diff --git a/composer.json b/composer.json index 03c87a7c..d554b29a 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "ext-json": "*", "nucleos/user-bundle": "^1.9", "psr/log": "^1.0 || ^2.0 || ^3.0", diff --git a/vendor-bin/tools/composer.json b/vendor-bin/tools/composer.json index b472ff81..5311358b 100644 --- a/vendor-bin/tools/composer.json +++ b/vendor-bin/tools/composer.json @@ -20,7 +20,7 @@ }, "config": { "platform": { - "php": "7.4" + "php": "8.0" } } }