8000 Drop support for PHP 7.3 (#1158) · geocoder-php/Geocoder@95ac2b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95ac2b2

Browse files
authored
Drop support for PHP 7.3 (#1158)
* Update compser.json files * Update GitHub Actions workflows * Update CHANGELOG.md * Update php.yml
1 parent 9ab70d6 commit 95ac2b2

File tree

85 files changed

+148
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+148
-147
lines changed

.github/workflows/component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['7.3', '7.4', '8.0', '8.1']
17+
php-version: ['7.4', '8.0', '8.1']
1818
component: [Common, Http, Plugin]
1919

2020
name: PHP ${{ matrix.php-version }} / ${{ matrix.component }}

.github/workflows/php.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
matrix:
1717
php-version: ['7.4', '8.0', '8.1']
1818
deps: ['low', 'high']
19-
include:
20-
- php-version: '7.3'
2119

2220
name: PHP ${{ matrix.php-version }} (${{ matrix.deps }})
2321

.github/workflows/provider.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-version: ['7.3', '7.4', '8.0', '8.1']
16+
php-version: ['7.4', '8.0', '8.1']
1717
provider:
1818
- AlgoliaPlaces
1919
- ArcGISOnline
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
php-version: ['7.3', '7.4']
77+
php-version: ['7.4']
7878
provider:
7979
- Geoip
8080
steps:

0 commit comments

Comments
 (0)
0