Skip to content

Commit

Permalink
Drop support for PHP 7.4 (#1197)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
jbelien committed Jul 31, 2023
1 parent bead7ba commit cb4ac07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v3
- name: Use PHP ${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"geoip/geoip": "^1.17",
"willdurand/geocoder": "^4.0"
},
Expand Down

0 comments on commit cb4ac07

Please sign in to comment.