mirror of
https://github.com/silverstripe/recipe-cms.git
synced 2024-10-22 08:05:52 +02:00
Compare commits
10 Commits
4.13.0-bet
...
4
Author | SHA1 | Date | |
---|---|---|---|
|
69aa62b192 | ||
|
956f23ef1b | ||
|
a99f146452 | ||
|
8eaebc6fa7 | ||
|
9e965dd46a | ||
|
94c0b4904a | ||
|
4eb77877be | ||
|
dd8c8edc56 | ||
|
eb352f49e3 | ||
|
8595b7f657 |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -4,13 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Every Thursday at 2:10pm UTC
|
|
||||||
schedule:
|
|
||||||
- cron: '10 14 * * 4'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: CI
|
name: CI
|
||||||
# Only run cron on the silverstripe account
|
|
||||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
|
||||||
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
|
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
|
||||||
|
16
.github/workflows/dispatch-ci.yml
vendored
Normal file
16
.github/workflows/dispatch-ci.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Dispatch CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
# At 2:10 PM UTC, only on Thursday and Friday
|
||||||
|
schedule:
|
||||||
|
- cron: '10 14 * * 4,5'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
dispatch-ci:
|
||||||
|
name: Dispatch CI
|
||||||
|
# Only run cron on the silverstripe account
|
||||||
|
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Dispatch CI
|
||||||
|
uses: silverstripe/gha-dispatch-ci@v1
|
@ -7,18 +7,18 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"silverstripe/recipe-plugin": "^1.7",
|
"silverstripe/recipe-plugin": "^1.7",
|
||||||
"silverstripe/recipe-core": "~4.13.0@beta",
|
"silverstripe/recipe-core": "4.x-dev",
|
||||||
"silverstripe/admin": "~1.13.0@beta",
|
"silverstripe/admin": "1.x-dev",
|
||||||
"silverstripe/asset-admin": "~1.13.0@beta",
|
"silverstripe/asset-admin": "1.x-dev",
|
||||||
"silverstripe/campaign-admin": "~1.13.0@beta",
|
"silverstripe/campaign-admin": "1.x-dev",
|
||||||
"silverstripe/versioned-admin": "~1.13.0@beta",
|
"silverstripe/versioned-admin": "1.x-dev",
|
||||||
"silverstripe/cms": "~4.13.0@beta",
|
"silverstripe/cms": "4.x-dev",
|
||||||
"silverstripe/errorpage": "~1.13.0@beta",
|
"silverstripe/errorpage": "1.x-dev",
|
||||||
"silverstripe/reports": "~4.13.0@beta",
|
"silverstripe/reports": "4.x-dev",
|
||||||
"silverstripe/siteconfig": "~4.13.0@beta",
|
"silverstripe/siteconfig": "4.x-dev",
|
||||||
"silverstripe/versioned": "~1.13.0@beta",
|
"silverstripe/versioned": "1.x-dev",
|
||||||
"silverstripe/graphql": "~3.8.1@stable || ~4.2.2@stable",
|
"silverstripe/graphql": "3.x-dev || 4.x-dev",
|
||||||
"silverstripe/session-manager": "~1.5.0@beta"
|
"silverstripe/session-manager": "1.x-dev"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.5"
|
"phpunit/phpunit": "^9.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user