Skip to content

Commit 68b2126

Browse files
authored
Merge pull request #47 from yurichechulin/add-105-region-code
Add 105 region code for Dagestan
2 parents ad294a1 + 8101cc6 commit 68b2126

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs: # Docs: <https://git.io/JvxXE>
1414
php:
1515
name: PHP ${{ matrix.php }}, ${{ matrix.setup }} setup
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
timeout-minutes: 10
1818
strategy:
1919
fail-fast: false
@@ -73,7 +73,7 @@ jobs: # Docs: <https://git.io/JvxXE>
7373

7474
lint-changelog:
7575
name: Lint changelog file
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-24.04
7777
steps:
7878
- name: Check out code
7979
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
66

7+
## Unreleased
8+
9+
### Added
10+
11+
- GIBDD region code for `Respublika Dagestan` - `105`
12+
713
## v3.17.0
814

915
### Added

data/subject/codes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"title": "Республика Дагестан",
3939
"code": 5,
4040
"gibdd": [
41-
5
41+
5,
42+
105
4243
],
4344
"code_iso_31662": "RU-DA"
4445
},

0 commit comments

Comments
 (0)