Skip to content

Commit

Permalink
Update Istat data (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 20, 2025
1 parent baefaad commit 82724b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
-
os: ubuntu-latest
php-version: "8.3"
-
os: ubuntu-latest
php-version: "8.4"
-
os: windows-latest
php-version: "7.4"
Expand Down
2 changes: 1 addition & 1 deletion src/Build/Fetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(
) {
$this->validator = new Validator();
$resolver = $this->validator->resolver();
foreach([
foreach ([
self::SERVICEID_GEOGRAPHICALSUBDIVISIONS,
self::SERVICEID_REGIONS,
self::SERVICEID_PROVINCES,
Expand Down
2 changes: 1 addition & 1 deletion src/data/geographical-subdivisions.php

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/data/geographical-subdivisions.unminified.php
Original file line number Diff line number Diff line change
Expand Up @@ -18793,6 +18793,7 @@
[
'id' => '007',
'name' => 'Cesena',
'isProvinceCapital' => true,
'cadastralCode' => 'C573',
'fiscalCode' => '00143280402',
],
Expand Down Expand Up @@ -31147,6 +31148,7 @@
[
'id' => '067',
'name' => 'Urbino',
'isProvinceCapital' => true,
'cadastralCode' => 'L500',
'fiscalCode' => '82004510416',
],
Expand Down Expand Up @@ -32189,6 +32191,7 @@
[
'id' => '003',
'name' => 'Carrara',
'isProvinceCapital' => true,
'cadastralCode' => 'B832',
'fiscalCode' => '00079450458',
],
Expand Down

0 comments on commit 82724b8

Please sign in to comment.