Skip to content

GitHub Actions: Use new PHP workflow #242

GitHub Actions: Use new PHP workflow

GitHub Actions: Use new PHP workflow #242

Workflow file for this run

name: CI
on:
push:
branches:
- main
- support/*
pull_request:
jobs:
php:
name: PHP
uses: Icinga/github-actions/.github/workflows/php.yml@main
with:
dependencies: |
{
"./vendor/icingaweb2-modules/icingadb" : "https://github.com/Icinga/icingadb-web.git"
}