diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index cfd92a90..5f085cad 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 1:10 PM UTC, only on Saturday and Sunday + # At 4:20 PM UTC, only on Saturday and Sunday schedule: - - cron: '10 13 * * 6,0' + - cron: '20 16 * * 6,0' jobs: dispatch-ci: diff --git a/.github/workflows/merge-up.yml b/.github/workflows/merge-up.yml index b741a814..51805099 100644 --- a/.github/workflows/merge-up.yml +++ b/.github/workflows/merge-up.yml @@ -1,9 +1,9 @@ name: Merge-up on: - # At 1:10 PM UTC, only on Wednesday + # At 4:20 PM UTC, only on Wednesday schedule: - - cron: '10 13 * * 3' + - cron: '20 16 * * 3' workflow_dispatch: jobs: diff --git a/composer.json b/composer.json index 80d46174..f8c503cf 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,9 @@ }, "require-dev": { "phpunit/phpunit": "^9.6", - "squizlabs/php_codesniffer": "^3" + "squizlabs/php_codesniffer": "^3", + "silverstripe/standards": "^1", + "phpstan/extension-installer": "^1.3" }, "conflict": { "silverstripe/subsites": "<2.2.2 || 2.3.0", diff --git a/phpstan.neon.dist b/phpstan.neon.dist new file mode 100644 index 00000000..beb9de3c --- /dev/null +++ b/phpstan.neon.dist @@ -0,0 +1,3 @@ +parameters: + paths: + - src