Skip to content

Commit 06f5f4d

Browse files
committed
Fix "Check license year"
1 parent 9b1b1a6 commit 06f5f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Check license year
134134
if: matrix.coding-standards
135-
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
135+
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
136136

137137
- name: Run PHPStan
138138
if: matrix.static-analysis

0 commit comments

Comments
 (0)