Revert "Revert to PHP 8.2 (because of maxminddb again)"

This reverts commit fa1d52d18b.
This commit is contained in:
Buster Neece 2024-02-12 09:52:59 -06:00
parent fa1d52d18b
commit ddac3b8326
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: intl, xdebug
tools: composer:v2, cs2pr
@ -77,7 +77,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: intl, xdebug
tools: composer:v2, cs2pr

View File

@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"ext-PDO": "*",
"ext-curl": "*",
"ext-ffi": "*",

4
composer.lock generated
View File

@ -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": "5f89eb149038129f72bf2862b6c3ee92",
"content-hash": "e3e3e88098bbfee794623d5bce712c1d",
"packages": [
{
"name": "aws/aws-crt-php",
@ -14420,7 +14420,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.2",
"php": "^8.3",
"ext-pdo": "*",
"ext-curl": "*",
"ext-ffi": "*",

View File

@ -2,7 +2,7 @@
set -e
set -x
PHP_VERSION=8.2
PHP_VERSION=8.3
curl -S "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c" \
| sudo gpg --batch --yes --dearmor --output "/etc/apt/keyrings/php.gpg"