Merge pull request #77 from creative-commoners/pulls/5.0/module-standardiser-1693278853

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2023-08-29 17:07:49 +12:00 committed by GitHub
commit 942b0bc29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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

View File

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