From 5fc1bcda8d316808ceec28ef453bafca4b9fc728 Mon Sep 17 00:00:00 2001 From: Shyim Date: Sun, 10 Mar 2024 12:34:55 +0100 Subject: [PATCH] php-8.1-redis: fix build error Signed-off-by: Shyim --- php-8.1-redis.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php-8.1-redis.yaml b/php-8.1-redis.yaml index d54b26d661..d8463935ed 100644 --- a/php-8.1-redis.yaml +++ b/php-8.1-redis.yaml @@ -1,7 +1,7 @@ package: name: php-8.1-redis version: 6.0.2 - epoch: 0 + epoch: 1 description: "A PHP extension for Redis" copyright: - license: PHP-3.01 @@ -22,7 +22,6 @@ environment: - php-8.1 - php-8.1-dev - php-8.1-igbinary-dev - - php-igbinary pipeline: - uses: git-checkout