Skip to content

Commit a34acd4

Browse files
committed
PHP/AMPHP: Remove support for PHP 7. Add support for PHP 8.3.
1 parent fddb6fe commit a34acd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lang-php-amphp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ 'ubuntu-latest' ]
40-
php-version: [ '7.4', '8.2', '8.3' ]
40+
php-version: [ '8.1', '8.2', '8.3' ]
4141
cratedb-version: [ 'nightly' ]
4242

4343
services:

by-language/php-amphp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"homepage": "https://github.com/crate/cratedb-examples/tree/main/by-language/php-amphp",
1414
"keywords": ["database", "cratedb", "sql"],
1515
"require": {
16-
"php": "^7.1|^8.0|^8.1|^8.2",
16+
"php": "^8.1|^8.2|^8.3",
1717
"amphp/postgres": "^2.0"
1818
},
1919
"scripts": {

by-language/php-amphp/composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)