diff --git a/.github/workflows/lang-php-amphp.yml b/.github/workflows/lang-php-amphp.yml index a6bf530e..e3afc869 100644 --- a/.github/workflows/lang-php-amphp.yml +++ b/.github/workflows/lang-php-amphp.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: os: [ 'ubuntu-latest' ] - php-version: [ '7.4', '8.2', '8.3' ] + php-version: [ '8.1', '8.2', '8.3' ] cratedb-version: [ 'nightly' ] services: diff --git a/by-language/php-amphp/composer.json b/by-language/php-amphp/composer.json index 075c4699..5ab8cd38 100644 --- a/by-language/php-amphp/composer.json +++ b/by-language/php-amphp/composer.json @@ -13,7 +13,7 @@ "homepage": "https://github.com/crate/cratedb-examples/tree/main/by-language/php-amphp", "keywords": ["database", "cratedb", "sql"], "require": { - "php": "^7.1|^8.0|^8.1|^8.2", + "php": "^8.1|^8.2|^8.3", "amphp/postgres": "^2.0" }, "scripts": { diff --git a/by-language/php-amphp/composer.lock b/by-language/php-amphp/composer.lock index dd666987..edbb0dc7 100644 --- a/by-language/php-amphp/composer.lock +++ b/by-language/php-amphp/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "881cee6df06f24ce2a25b3d76d1176ff", + "content-hash": "e22eb416c11d5686d99a3a09eadc5a55", "packages": [ { "name": "amphp/amp", @@ -416,7 +416,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.1|^8.0|^8.1|^8.2" + "php": "^8.1|^8.2|^8.3" }, "platform-dev": [], "plugin-api-version": "2.6.0"