diff --git a/.github/settings.yml b/.github/settings.yml index 2614b59a..e0ee4c10 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -16,10 +16,6 @@ branches: contexts: - "Coding Standards (7.4)" - "Static Code Analysis (7.4)" - - "Tests (7.2, lowest, ~4.2)" - - "Tests (7.2, lowest, ~5.0)" - - "Tests (7.2, highest, ~4.2)" - - "Tests (7.2, highest, ~5.0)" - "Tests (7.3, lowest, ~4.2)" - "Tests (7.3, lowest, ~5.0)" - "Tests (7.3, highest, ~4.2)" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d6f3dd25..743435e2 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -106,7 +106,6 @@ jobs: strategy: matrix: php-version: - - 7.2 - 7.3 - 7.4 diff --git a/composer.json b/composer.json index 61a4c484..5ba6ee24 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.3", "dompdf/dompdf": "^0.7 || ^0.8", "symfony/config": "^4.2 || ^5.0", "symfony/dependency-injection": "^4.2 || ^5.0",