From 923b0b05b8fad1df29b48dd5504588a26ff1c0af Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 4 Sep 2023 10:50:13 +0200 Subject: [PATCH] branching - update refs --- php.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/php.yaml b/php.yaml index f0f2b1e..e80f82b 100644 --- a/php.yaml +++ b/php.yaml @@ -60,30 +60,30 @@ data: rpms: libzip: rationale: ZIP library - ref: stream-php-7.4-rhel-8.9.0 + ref: stream-php-7.4-rhel-8.10.0 buildorder: 1 php: rationale: Module API. - ref: stream-php-7.4-rhel-8.9.0 + ref: stream-php-7.4-rhel-8.10.0 buildorder: 1 php-pear: rationale: Extension management - ref: stream-php-7.4-rhel-8.9.0 + ref: stream-php-7.4-rhel-8.10.0 buildorder: 2 php-pecl-apcu: rationale: APCu extension - ref: stream-php-7.4-rhel-8.9.0 + ref: stream-php-7.4-rhel-8.10.0 buildorder: 3 php-pecl-rrd: rationale: RRD extension - ref: stream-php-7.4-rhel-8.9.0 + ref: stream-php-7.4-rhel-8.10.0 buildorder: 3 php-pecl-xdebug: rationale: Xdebug extension - ref: stream-php-7.4-rhel-8.9.0 + ref: stream-php-7.4-rhel-8.10.0 buildorder: 3 php-pecl-zip: rationale: ZIP extension - ref: stream-php-7.4-rhel-8.9.0 + ref: stream-php-7.4-rhel-8.10.0 buildorder: 3 ...