diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad8f452..8fe329f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['7.3', '7.4', '8.0', '8.1', '8.2'] + php-version: ['7.4', '8.0', '8.1', '8.2'] db-type: [sqlite, mysql, pgsql] prefer-lowest: [''] diff --git a/composer.json b/composer.json index 3a049ff..ca5872c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "-minimum-stability": "dev", "require": { - "php": ">=7.2.0", + "php": ">=7.4.0", "cakephp/cakephp": "^4.3" }, "require-dev": {