Skip to content

CI

CI #229

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
types: [ opened, synchronize ]
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '55 17 * * *'
jobs:
quality:
uses: prinsfrank/CI-PHP/.github/workflows/quality.yml@main
with:
PHP_VERSION: 8.3
PHP_VERSIONS: '[8.2, 8.3, 8.4]'
secrets: inherit