Skip to content

Commit 923b781

Browse files
committed
Fix "Check license year"
1 parent aea75f0 commit 923b781

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
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Check license year
125125
if: matrix.coding-standards
126-
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
126+
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
127127

128128
- name: Run PHPStan
129129
if: matrix.static-analysis

0 commit comments

Comments
 (0)