Skip to content

Commit 411836e

Browse files
committed
Actually fix the default version.
1 parent db3f15a commit 411836e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: php7.4-pgsql # Debian
20+
php_pgsql_package: php8.1-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: php7.4-pgsql
2+
__php_pgsql_package: php8.1-pgsql

0 commit comments

Comments
 (0)