Skip to content

Commit

Permalink
ci(php): requer php 8.1 e superior
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinsw committed Aug 18, 2023
1 parent 6dfb40b commit 6ac2df4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.0", "8.1", "8.2"]
php-version: ["8.1", "8.2"]

steps:
- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo $connection->getBuffer();
```

## Dependencies
- PHP 7.1 or above
- PHP 8.1 or above
- Mbstring extension

## License
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">= 7.3.0",
"php": ">= 8.1",
"ext-mbstring": "*",
"endroid/qr-code": "^3.5.8"
},
Expand Down

0 comments on commit 6ac2df4

Please sign in to comment.