MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2023-08-09 15:04:01 +12:00
parent f7c60ce701
commit 3c8a6ded76
3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
name: Keepalive name: Keepalive
on: on:
workflow_dispatch: # At 1:05 PM UTC, on day 14 of the month
# The 4th of every month at 10:50am UTC
schedule: schedule:
- cron: '50 10 4 * *' - cron: '5 13 14 * *'
workflow_dispatch:
jobs: jobs:
keepalive: keepalive:

View File

@ -1,6 +1,6 @@
BSD 3-Clause License BSD 3-Clause License
Copyright (c) 2018, SilverStripe Ltd. Copyright (c) 2018, Silverstripe Ltd.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -21,7 +21,7 @@
"silverstripe/session-manager": "2.x-dev" "silverstripe/session-manager": "2.x-dev"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5" "phpunit/phpunit": "^9.6"
}, },
"extra": { "extra": {
"project-files": [ "project-files": [
@ -33,4 +33,4 @@
}, },
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "dev" "minimum-stability": "dev"
} }