Skip to content

Commit

Permalink
PHP/AMPHP: Remove support for PHP 7. Add support for PHP 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 19, 2024
1 parent fddb6fe commit a34acd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lang-php-amphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion by-language/php-amphp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions by-language/php-amphp/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a34acd4

Please sign in to comment.