Skip to content

GitHub Actions: Use new PHP workflow #297

GitHub Actions: Use new PHP workflow

GitHub Actions: Use new PHP workflow #297

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
php:
name: PHP
uses: Icinga/github-actions/.github/workflows/php.yml@main
with:
php-extensions: pdo, pdo-sqlite
databases: true