Skip to content

Commit

Permalink
Revert "fix(v4): locale for Ireland (#66)"
Browse files Browse the repository at this point in the history
This reverts commit 4217363.
  • Loading branch information
clemblanco committed Dec 6, 2023
1 parent 4217363 commit 2011057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-18.04
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion config/countries-partial.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
CountryCode::IRELAND => [
'systemLocale' => 'en_IE.UTF-8',
'locale' => 'en',
'locale' => 'ie',
'language' => 'ENG',
'tld' => 'ie',
'timezone' => 'Europe/Dublin',
Expand Down

0 comments on commit 2011057

Please sign in to comment.