We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f28da0 commit cc810a3Copy full SHA for cc810a3
.github/workflows/tests.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Check license year
92
if: matrix.coding-standards
93
- run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
+ run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
94
95
- name: Run PHPStan
96
if: matrix.static-analysis
0 commit comments