add PHP 8.3 support

This commit is contained in:
Saeed Vaziry
2024-03-16 11:08:45 +01:00
parent d8056441c0
commit fd93f3dd47
4 changed files with 16 additions and 8 deletions

View File

@ -57,6 +57,7 @@
'8.0',
'8.1',
'8.2',
'8.3',
],
'databases' => [
'none',
@ -239,6 +240,7 @@
'8.0' => 'php8.0-fpm',
'8.1' => 'php8.1-fpm',
'8.2' => 'php8.2-fpm',
'8.3' => 'php8.3-fpm',
],
'ubuntu_20' => [
'5.6' => 'php5.6-fpm',
@ -249,7 +251,7 @@
'7.4' => 'php7.4-fpm',
'8.0' => 'php8.0-fpm',
'8.1' => 'php8.1-fpm',
'8.2' => 'php8.2-fpm',
'8.3' => 'php8.3-fpm',
],
'ubuntu_22' => [
'5.6' => 'php5.6-fpm',
@ -261,6 +263,7 @@
'8.0' => 'php8.0-fpm',
'8.1' => 'php8.1-fpm',
'8.2' => 'php8.2-fpm',
'8.3' => 'php8.3-fpm',
],
],
'redis' => [