Skip to content

GitHub Actions: Use new PHP workflow (#160) #383

GitHub Actions: Use new PHP workflow (#160)

GitHub Actions: Use new PHP workflow (#160) #383

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",
"./vendor/icingaweb2-modules/director" : "https://github.com/Icinga/icingaweb2-module-director.git"
}