Skip to content

Commit 45aef9f

Browse files
authored
Drop support for PHP 7.4 (#1197)
* Remove PHP 7.4 * Remove remaining .travis.yml * Update CI for GeoIP * Deprecate Geoip provider geoip extension doesn't seem to be available in PHP 8.
1 parent e86003a commit 45aef9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/provider.yml

Lines changed: 1 addition & 1 deletion
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.4', '8.0', '8.1', '8.2']
16+
php-version: ['8.0', '8.1', '8.2']
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Use PHP ${{ matrix.php-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4 || ^8.0",
14+
"php": "^8.0",
1515
"geocoder-php/common-http": "^4.1",
1616
"willdurand/geocoder": "^4.0"
1717
},

0 commit comments

Comments
 (0)