Skip to content

Commit

Permalink
Dropped support for PHP 7.2 & 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Jan 5, 2025
1 parent 5013e4f commit a8b1dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

fail-fast: false

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"classmap": ["tests/phpstan/DibiFluentDynamicReturnTypeExtension.php"]
},
"require": {
"php": "7.2 - 8.4",
"php": "7.4 - 8.4",
"dibi/dibi": "^4.0 || ^5.0"
},
"require-dev": {
Expand Down

0 comments on commit a8b1dad

Please sign in to comment.