diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a185af8..0ced505 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,8 +12,6 @@ jobs: strategy: matrix: php-version: - - "7.0" - - "7.1" - "7.2" - "7.3" - "7.4" @@ -22,6 +20,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - uses: actions/checkout@v4 diff --git a/composer.json b/composer.json index f5ef637..405e1a4 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "squizlabs/php_codesniffer": "3.13.4" }, "require": { + "php": ">=7.2.0", "composer-runtime-api": "^2.1" }, "require-dev": {