[PR #1284] [MERGED] Disable duplicate redis extension from Github actions #1405

Closed
opened 2026-02-25 21:38:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1284
Author: @Shadow243
Created: 10/16/2024
Status: Merged
Merged: 10/18/2024
Merged by: @kroky

Base: masterHead: correct-gitactions-redis-error


📝 Commits (1)

  • cdec30b Disable duplicate redis extension from Github actions

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 .github/workflows/Test-Build.yml (+2 -0)

📄 Description

Getting error PHP Warning: Module "redis" is already loaded in Unknown on line 0 at: https://github.com/cypht-org/cypht/actions/runs/11374213670/job/31642437449?pr=1275#step:8:13

I added those 2 lines to make sure we don't have any redis before we install at step: Set up PHP


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1284 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `correct-gitactions-redis-error` --- ### 📝 Commits (1) - [`cdec30b`](https://github.com/cypht-org/cypht/commit/cdec30b3f5e1e693c4547b6ce899a53a44cd4dda) Disable duplicate redis extension from Github actions ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/Test-Build.yml` (+2 -0) </details> ### 📄 Description Getting error `PHP Warning: Module "redis" is already loaded in Unknown on line 0` at: https://github.com/cypht-org/cypht/actions/runs/11374213670/job/31642437449?pr=1275#step:8:13 I added those 2 lines to make sure we don't have any `redis` before we install at step: `Set up PHP` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1405
No description provided.