Skip to content

Add funding

Add funding #177

Workflow file for this run

name: 'CI'
on:
push:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
action:
name: "CI (${{ github.event_name }}) for ${{ matrix.php-version }} ${{ matrix.dokuwiki-branch }}"
strategy:
fail-fast: false
matrix:
php-version: [ '8.1', '8.2' ]
dokuwiki-branch: [ 'master', 'stable' ]
include:
- php-version: '8.0'
dokuwiki-branch: 'stable'
- php-version: '8.3'
dokuwiki-branch: 'master'
uses: mprins/.github/.github/workflows/test.yml@main
with:
php-version: ${{ matrix.php-version }}
dokuwiki-branch: ${{ matrix.dokuwiki-branch }}