Skip to content

Commit bf9c03c

Browse files
committed
Fix "Check license year"
1 parent 02d4157 commit bf9c03c

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
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Check license year
128128
if: matrix.coding-standards
129-
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
129+
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
130130

131131
- name: Run PHPStan
132132
if: matrix.static-analysis

0 commit comments

Comments
 (0)