Skip to content

Commit

Permalink
[Step 5 Upgrade] Bump requirement to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 21, 2024
1 parent bd12c88 commit b341adb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- "lowest"
- "highest"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}
},
"require": {
"php": ">=8.1",
"php": ">=8.2",
"nikic/php-parser": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5.7",
"phpunit/phpunit": "^10.5.8",
"tracy/tracy": "^2.10"
},
"extra": {
Expand Down

0 comments on commit b341adb

Please sign in to comment.