Skip to content

Commit

Permalink
drop php7.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdcodes committed Oct 30, 2024
1 parent 3c5b94c commit 0f49de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1, 7.4]
php: [8.3, 8.2, 8.1]
stability: [prefer-stable]

name: PHP${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
"php": "^8.1|^8.2|^8.3",
"ext-json": "*",
"brick/money": "^0.5.2",
"phpjuice/paypal-http-client": "^1.0"
Expand Down

0 comments on commit 0f49de0

Please sign in to comment.