Skip to content

Commit

Permalink
Drop support for PHP 7.2 and 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Nov 18, 2023
1 parent 30831ce commit fffa051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.4 || ^8.0",
"guzzlehttp/guzzle": "^6.5 || ^7.3"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.5 || ^10.1",
"symplify/easy-coding-standard": "^9.4 || ^10.0 || ^11.0"
"phpunit/phpunit": "^9.5 || ^10.1",
"symplify/easy-coding-standard": "^10.0 || ^11.0 || ^12.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fffa051

Please sign in to comment.