Skip to content

Commit

Permalink
~ Dump minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed committed Mar 20, 2024
1 parent d42ac09 commit f178137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']

steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"php-coveralls/php-coveralls": "^2.4",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
"symfony/var-dumper": "^7.0"
"symfony/var-dumper": "^6.4.4|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f178137

Please sign in to comment.