From 5e79e824522fc8750d988755422691c28ad5371b Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sun, 6 Jul 2025 11:00:49 +0200 Subject: [PATCH] Troubleshoot forgejo actions config --- .forgejo/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 1d5ee3f..f826f76 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,7 +8,8 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: docker + container: php:8.2-cli steps: - uses: actions/checkout@v4