Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge 3.x into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 21, 2021
2 parents 916aa27 + f5c981f commit 521c670
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: Documentation

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 3.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: Lint

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 3.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: Quality assurance

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 3.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: Test

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 3.x
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ phpstan:
.PHONY: phpstan

psalm:
vendor/bin/psalm
vendor/bin/psalm --php-version=8.0
.PHONY: psalm

0 comments on commit 521c670

Please sign in to comment.