Skip to content

Commit

Permalink
⬇️ Define lowest PHP support
Browse files Browse the repository at this point in the history
This is 7.3
  • Loading branch information
n8-dev committed Nov 15, 2023
1 parent e3bee70 commit 74bd78e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
strategy:
matrix:
php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bespoke-phplint"
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^8.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"php-parallel-lint/php-console-highlighter": "^1.0",
"slevomat/coding-standard": "^8.8"
Expand Down

0 comments on commit 74bd78e

Please sign in to comment.