Skip to content

Commit

Permalink
MNT Run module-standardiser
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 9, 2023
1 parent 75614d9 commit 55ae919
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Keepalive

on:
workflow_dispatch:
# The 4th of every month at 10:50am UTC
# At 4:35 PM UTC, on day 5 of the month
schedule:
- cron: '50 10 4 * *'
- cron: '35 16 5 * *'
workflow_dispatch:

jobs:
keepalive:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"symbiote/silverstripe-advancedworkflow": "6.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.6"
},
"suggest": {
"silverstripe/versionfeed": "Provides an RSS feed for global site changes"
Expand All @@ -26,4 +26,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 55ae919

Please sign in to comment.