Skip to content

Commit 1cca179

Browse files
author
yurichechulin
committed
Pull from master
2 parents 5b904e0 + d3e916b commit 1cca179

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
@@ -11,6 +11,12 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
1111
- GIBDD region code for `Krasnojarskij kraj` - `224`
1212
- GIBDD region code for `Belgorodskaya oblast` - `131`
1313

14+
## v3.18.0
15+
16+
### Added
17+
18+
- GIBDD region code for `Respublika Dagestan` - `105`
19+
1420
## v3.17.0
1521

1622
### 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)