limiting to 8.3

This commit is contained in:
Mehdi Benadel 2024-01-31 12:39:32 +01:00
parent 4eee6834b6
commit d7e12fb3ec
3 changed files with 2 additions and 3 deletions

View File

@ -70,7 +70,6 @@ jobs:
# See: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
matrix:
php_version:
- 8.2
- 8.3
target_runtime:
- apache

View File

@ -50,7 +50,7 @@ ARG PHP_PECL_EXTENSIONS="redis https://codeload.github.com/Imagick/imagick/tar.g
ARG PHP_PECL_EXTENSIONS_EXTRA=
# Extensions installed via [docker-php-ext-install]
ARG PHP_EXTENSIONS="intl bcmath ftp zip pcntl exif curl gd"
ARG PHP_EXTENSIONS="intl bcmath zip pcntl exif curl gd"
ARG PHP_EXTENSIONS_EXTRA=""
ARG PHP_EXTENSIONS_DATABASE="pdo_pgsql pdo_mysql pdo_sqlite"

View File

@ -5,7 +5,7 @@
"license": "AGPL-3.0-only",
"type": "project",
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",