From b1f94e991acc30a2c49a5768c369b30f650316f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Aug 2023 16:15:15 +0200 Subject: switch to redis 7 by default --- el9x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el9x.tpl') diff --git a/el9x.tpl b/el9x.tpl index efb25d8..f14a85d 100644 --- a/el9x.tpl +++ b/el9x.tpl @@ -29,7 +29,7 @@ config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_enable'] = ['php:remi-8.0', 'redis:remi-7.0'] config_opts['yum.conf'] = """ [main] -- cgit