Skip to content

GitHub Actions: Use new PHP workflows #670

GitHub Actions: Use new PHP workflows

GitHub Actions: Use new PHP workflows #670

Workflow file for this run

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