diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 4cf5fbb..e7152e5 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,10 +1,10 @@ name: Keepalive on: - workflow_dispatch: - # The 4th of every month at 10:50am UTC + # At 1:05 AM UTC, on day 10 of the month schedule: - - cron: '50 10 4 * *' + - cron: '5 1 10 * *' + workflow_dispatch: jobs: keepalive: diff --git a/LICENSE b/LICENSE index 4fbe7ee..c9ba148 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, SilverStripe Ltd. +Copyright (c) 2018, Silverstripe Ltd. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/composer.json b/composer.json index d86d0e7..c2d0df3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "silverstripe/mimevalidator": "3.0.x-dev" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.6", "silverstripe/versioned": "^2", "mikey179/vfsstream": "^1.6.11" }, @@ -33,4 +33,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +}