Skip to content

Commit b38d20f

Browse files
committed
Dropped support for php 7.2 for new phpunit version
1 parent 83b06f1 commit b38d20f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-versions: ['7.2', '7.3', '7.4', '8.0']
12+
php-versions: ['7.3', '7.4', '8.0']
1313

1414
steps:
1515
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.2|^8.0",
21+
"php": "^7.3|^8.0",
2222
"ext-mbstring": "*"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)