ci: use reusable PHP test workflow from core/php
Some checks failed
CI / tests (push) Failing after 1m16s

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-02-23 01:22:03 +00:00
parent 63abc5f99a
commit 912927fdd0
No known key found for this signature in database
GPG key ID: AF404715446AEB41

13
.forgejo/workflows/ci.yml Normal file
View file

@ -0,0 +1,13 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
uses: core/php/.forgejo/workflows/php-test.yml@main
with:
coverage: true