Skip to content

Commit 80245e1

Browse files
committed
Bump default php version for Debian and Ubuntu.
1 parent 9ce171f commit 80245e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Available variables are listed below, along with default values (see `defaults/m
1717
(RedHat/CentOS only) If you have enabled any additional repositories (might I suggest geerlingguy.repo-epel or geerlingguy.repo-remi), those repositories can be listed under this variable (e.g. `remi,epel`). This can allow you to install later versions of PHP packages.
1818

1919
php_pgsql_package: php-pgsql # RedHat
20-
php_pgsql_package: php8.1-pgsql # Debian
20+
php_pgsql_package: php8.3-pgsql # Debian
2121

2222
The PHP PostgreSQL package to install via apt/yum. This should only be overridden if you need to install a unique/special package for PostgreSQL support, as in the case of using software collections on Enterprise Linux.
2323

vars/Debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
__php_pgsql_package: php8.1-pgsql
2+
__php_pgsql_package: php8.3-pgsql

0 commit comments

Comments
 (0)