Skip to content

GitHub Actions: Use new PHP workflow #289

GitHub Actions: Use new PHP workflow

GitHub Actions: Use new PHP workflow #289

Workflow file for this run

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