Skip to content

Commit 77f15a7

Browse files
committed
Drop PHP 7.3 support
1 parent 472d08f commit 77f15a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-20.04
8282
strategy:
8383
matrix:
84-
php: [7.3, 7.4, 8.0]
84+
php: [7.4, 8.0]
8585
dependencies: ["", --prefer-lowest]
8686
name: PHP ${{ matrix.php }} Test ${{ matrix.dependencies }}
8787

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^7.3 || ^8.0",
17+
"php": "^7.4 || ^8.0",
1818
"doctrine/coding-standard": "^9.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)