Skip to content

Commit 052b84f

Browse files
committed
drop php 7.3 support
1 parent fb15eaa commit 052b84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: ['7.3', '7.4', '8.0', '8.1']
16+
php-versions: ['7.4', '8.0', '8.1']
1717
steps:
1818
- name: Setup PHP Action
1919
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.3|^8.0",
27+
"php": "^7.4|^8.0",
2828
"webmozart/assert": "^1.9"
2929
},
3030
"conflict": {

0 commit comments

Comments
 (0)