Skip to content

Commit cc810a3

Browse files
committed
Fix "Check license year"
1 parent 1f28da0 commit cc810a3

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
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Check license year
9292
if: matrix.coding-standards
93-
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
93+
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
9494

9595
- name: Run PHPStan
9696
if: matrix.static-analysis

0 commit comments

Comments
 (0)