diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 4cf5fbb..089e1ee 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 10:50 PM UTC, on day 27 of the month schedule: - - cron: '50 10 4 * *' + - cron: '50 22 27 * *' + workflow_dispatch: jobs: keepalive: diff --git a/LICENSE.md b/LICENSE similarity index 96% rename from LICENSE.md rename to LICENSE index 9fe37d5..1815f29 100644 --- a/LICENSE.md +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, SilverStripe Ltd. All rights reserved. +Copyright (c) 2018, Silverstripe Ltd. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/composer.json b/composer.json index fbcbc46..d718319 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "colymba/gridfield-bulk-editing-tools": "4.x-dev" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.6", "silverstripe/gridfieldqueuedexport": "^3", "symbiote/silverstripe-queuedjobs": "^5" }, @@ -29,4 +29,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +}