Skip to content

Commit

Permalink
Drop support for PHP 7.3 (#1158)
Browse files Browse the repository at this point in the history
* Update compser.json files

* Update GitHub Actions workflows

* Update CHANGELOG.md

* Update php.yml
  • Loading branch information
jbelien committed Jul 30, 2022
1 parent b5e8c70 commit 550d4e6
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
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1']
steps:
- uses: actions/checkout@v2
- name: Use PHP ${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
},
Expand Down

0 comments on commit 550d4e6

Please sign in to comment.