From 83ec067b12c066fc61d9fb129daf7e61ef3b1d63 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 14 Jul 2021 19:39:31 +0100 Subject: [PATCH] Drop everything below PHP 7.4 --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45c8c38..325f982 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - php: ['7.2', '7.3', '7.4', '8.0'] + php: ['7.4', '8.0'] name: PHP ${{ matrix.php }} steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 661d154..64d0680 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "license": "LGPL-3.0", "require": { - "php": "^7.2 || ^8.0", + "php": "^7.4 || ^8.0", "php-64bit": "*" }, "require-dev": {