Skip to content

Commit a8b1dad

Browse files
committed
Dropped support for PHP 7.2 & 7.3
1 parent 5013e4f commit a8b1dad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
18+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1919

2020
fail-fast: false
2121

@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
strategy:
5555
matrix:
56-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
56+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
5757

5858
fail-fast: false
5959

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"classmap": ["tests/phpstan/DibiFluentDynamicReturnTypeExtension.php"]
2727
},
2828
"require": {
29-
"php": "7.2 - 8.4",
29+
"php": "7.4 - 8.4",
3030
"dibi/dibi": "^4.0 || ^5.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)