0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00
nextcloud-docker/.github/workflows/php-version-audit.yml
Daniel 2005902ac7
Add PHP Version Audit to notifiy when the PHP version needs to be bumped
Signed-off-by: Daniel <daniel@developerdan.com>
2023-02-13 00:57:13 -05:00

15 lines
315 B
YAML

name: PHP Version Audit
on:
pull_request:
types: [ opened, synchronize, reopened ]
schedule:
- cron: '0 0 16 * *' # run arbitrarily once a month
workflow_dispatch:
jobs:
php-version-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./php-version-audit.sh