Skip to content

Commit

Permalink
use 8.1 for phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
heqiming committed Jul 29, 2024
1 parent b11abd8 commit 023f470
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A powerful PHP data desensitization tool with built-in rich desensitization calc

## Environment

- PHP >= 8.0
- PHP >= 8.1
- Composer

## Quick Start
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"keywords": [
"desensitization",
"desensitize",
"sensitive"
"sensitive",
"redaction"
],
"autoload": {
"psr-4": {
Expand All @@ -20,13 +21,13 @@
}
],
"require-dev": {
"phpunit/phpunit": "^9.6|^10.0|^11.2",
"phpunit/phpunit": "^10.0|^11.2",
"phpstan/phpstan": "^1.11",
"laravel/pint": "^1.0",
"orchestra/testbench": "^7.0|^8.0|^9.2"
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"illuminate/hashing": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
Expand Down

0 comments on commit 023f470

Please sign in to comment.