[v11.0/forgejo] ci: don't use redict during Forgejo testing (#13120)

**Backport:** https://codeberg.org/forgejo/forgejo/pulls/13116

`registry.redict.io/redict:7.3.0-scratch` image is no longer available resulting in [build errors](https://codeberg.org/forgejo/forgejo/actions/runs/170823/jobs/7/attempt/1).  This PR removes redict from the testing matrix, and replaces it with redis for the coverage testing.

redict does not appear to be an active project, with no updates in 8 months: https://codeberg.org/redict/redict

(cherry picked from commit 5a82da94e9)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13116
Reviewed-by: Andreas Ahlenstorf <aahlenst@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13120
Reviewed-by: crystal <crystal@noreply.codeberg.org>
This commit is contained in:
Mathieu Fenniak 2026-06-18 14:28:56 +02:00 committed by Mathieu Fenniak
commit e4965f7a52

View file

@ -144,9 +144,6 @@ jobs:
- name: redis
image: data.forgejo.org/oci/bitnami/redis:7.2
options: --tmpfs /bitnami/redis/data:noatime
- name: redict
image: registry.redict.io/redict:7.3.0-scratch
options: --tmpfs /data:noatime
- name: valkey
image: data.forgejo.org/oci/bitnami/valkey:7.2
options: --tmpfs /bitnami/redis/data:noatime