diff --git a/src/Countries/Canada.php b/src/Countries/Canada.php index 309f3d4f8..3d9d7a87a 100644 --- a/src/Countries/Canada.php +++ b/src/Countries/Canada.php @@ -18,7 +18,7 @@ protected function allHolidays(int $year): array { return array_merge([ 'New Year\'s Day' => '01-01', - 'Canada Day' => '07-05', + 'Canada Day' => '07-01', 'Christmas Day' => '12-25', ], $this->variableHolidays($year)); }