From 0d214dd44bd183341d751e9a3b810ecfed9f59b8 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 4 Sep 2023 11:05:27 +0200 Subject: [PATCH] branching - update refs --- php.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/php.yaml b/php.yaml index a76d471..d95792a 100644 --- a/php.yaml +++ b/php.yaml @@ -43,22 +43,22 @@ data: rpms: php: rationale: Module API. - ref: stream-php-8.1-rhel-9.2.0 + ref: stream-php-8.1-rhel-9.4.0 buildorder: 1 php-pecl-apcu: rationale: APCu extension - ref: stream-php-8.1-rhel-9.2.0 + ref: stream-php-8.1-rhel-9.4.0 buildorder: 2 php-pecl-rrd: rationale: RRD extension - ref: stream-php-8.1-rhel-9.2.0 + ref: stream-php-8.1-rhel-9.4.0 buildorder: 2 php-pecl-xdebug3: rationale: Xdebug extension - ref: stream-php-8.1-rhel-9.2.0 + ref: stream-php-8.1-rhel-9.4.0 buildorder: 2 php-pecl-zip: rationale: ZIP extension - ref: stream-php-8.1-rhel-9.2.0 + ref: stream-php-8.1-rhel-9.4.0 buildorder: 2 ...