diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index 4b808a6a..337d9a5e 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 3:10 PM UTC, only on Sunday and Monday + # At 11:55 AM UTC, only on Tuesday and Wednesday schedule: - - cron: '10 15 * * 0,1' + - cron: '55 11 * * 2,3' jobs: dispatch-ci: diff --git a/.github/workflows/merge-up.yml b/.github/workflows/merge-up.yml index 7fc325be..59058f5c 100644 --- a/.github/workflows/merge-up.yml +++ b/.github/workflows/merge-up.yml @@ -1,9 +1,9 @@ name: Merge-up on: - # At 3:10 PM UTC, only on Thursday + # At 11:55 AM UTC, only on Saturday schedule: - - cron: '10 15 * * 4' + - cron: '55 11 * * 6' workflow_dispatch: jobs: diff --git a/composer.json b/composer.json index cacdd553..6b71c307 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,9 @@ "silverstripe/versioned": "^2" }, "require-dev": { - "silverstripe/recipe-testing": "^3" + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1", + "phpstan/extension-installer": "^1.3" }, "autoload": { "psr-4": { @@ -54,4 +56,4 @@ "silverstripe/vendor-plugin": true } } -} \ No newline at end of file +} 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