From f7a32070344e67a38b65b1569089b06602429c21 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 20 Jun 2022 16:41:49 -0400 Subject: [PATCH] vars/debian-12.yml: Set PHP 8.1, PostgreSQL 14, Python 3.10 --- vars/debian-12.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vars/debian-12.yml b/vars/debian-12.yml index 4ac59c25d..cf4fbfcea 100644 --- a/vars/debian-12.yml +++ b/vars/debian-12.yml @@ -23,7 +23,7 @@ mysql_service: mariadb apache_log: /var/log/apache2/access.log sshd_package: openssh-server sshd_service: ssh -php_version: 8.0 -postgresql_version: 13 +php_version: 8.1 +postgresql_version: 14 systemd_location: /lib/systemd/system -python_ver: 3.9 +python_ver: "3.10"