Skip to content

Commit 0f49de0

Browse files
committed
drop php7.4 support
1 parent 3c5b94c commit 0f49de0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.3, 8.2, 8.1, 7.4]
12+
php: [8.3, 8.2, 8.1]
1313
stability: [prefer-stable]
1414

1515
name: PHP${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
20+
"php": "^8.1|^8.2|^8.3",
2121
"ext-json": "*",
2222
"brick/money": "^0.5.2",
2323
"phpjuice/paypal-http-client": "^1.0"

0 commit comments

Comments
 (0)