Skip to content

Commit

Permalink
Merge pull request #171 from laravel/feat/l11
Browse files Browse the repository at this point in the history
[3.x] Adds L11 support
  • Loading branch information
nunomaduro authored Dec 5, 2023
2 parents 1ea0808 + 9d4fb6e commit 6b65daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: composer update --prefer-dist --no-interaction --no-progress

- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require-dev": {
"mockery/mockery": "^1.3.1",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^8.4|^9.0"
"phpunit/phpunit": "^8.4|^9.0|^10.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6b65daa

Please sign in to comment.