From 4b93da68934180a376d3838f05cc4daa4a699e46 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Wed, 10 Jun 2026 22:18:59 +0000 Subject: [PATCH] 17 - Use custom CI image --- .forgejo/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 471d1cb..89c9fb8 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: ci: runs-on: docker container: - image: catthehacker/ubuntu:act-latest + image: forge.lvl0.xyz/lvl0/rater-ci:latest services: postgres: @@ -28,13 +28,6 @@ jobs: steps: - uses: https://data.forgejo.org/actions/checkout@v4 - - name: Set up PHP - uses: https://github.com/shivammathur/setup-php@v2 - with: - php-version: '8.4' - extensions: pdo_pgsql, mbstring, xml, dom, intl - coverage: pcov - - name: Install dependencies run: composer install --no-interaction --prefer-dist