From 52a0d713ee761f26b10a70f6dce3aca095f78022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 8 Aug 2026 08:03:43 -0600 Subject: [PATCH] Use standard container --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 799196a..d4a5495 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,6 @@ jobs: test: name: Test runs-on: ubuntu-latest - container: ruby:3.3.0 services: redis: image: redis