From 00a40886f5ed8bd79714823271edb3d6b3d549bf Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 23 Feb 2023 11:48:00 +0000 Subject: [PATCH] update refs --- php.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/php.yaml b/php.yaml index 148ab7b..7215a4d 100644 --- a/php.yaml +++ b/php.yaml @@ -58,30 +58,30 @@ data: rpms: libzip: rationale: ZIP library - ref: stream-php-8.0-rhel-8.8.0 + ref: stream-php-8.0-rhel-8.9.0 buildorder: 1 php: rationale: Module API. - ref: stream-php-8.0-rhel-8.8.0 + ref: stream-php-8.0-rhel-8.9.0 buildorder: 1 php-pear: rationale: Extension management - ref: stream-php-8.0-rhel-8.8.0 + ref: stream-php-8.0-rhel-8.9.0 buildorder: 2 php-pecl-apcu: rationale: APCu extension - ref: stream-php-8.0-rhel-8.8.0 + ref: stream-php-8.0-rhel-8.9.0 buildorder: 3 php-pecl-rrd: rationale: RRD extension - ref: stream-php-8.0-rhel-8.8.0 + ref: stream-php-8.0-rhel-8.9.0 buildorder: 3 php-pecl-xdebug3: rationale: Xdebug extension - ref: stream-php-8.0-rhel-8.8.0 + ref: stream-php-8.0-rhel-8.9.0 buildorder: 3 php-pecl-zip: rationale: ZIP extension - ref: stream-php-8.0-rhel-8.8.0 + ref: stream-php-8.0-rhel-8.9.0 buildorder: 3 ...