Skip to content

Commit

Permalink
support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Mar 12, 2024
1 parent eee23e1 commit 9759f72
Show file tree
Hide file tree
Showing 6 changed files with 8,778 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress ${{ matrix.flags }}
command: composer update --no-interaction --no-progress ${{ matrix.flags }}

- name: Execute tests
continue-on-error: ${{ matrix.php > 8 }}
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea
/vendor
composer.lock
.php-cs-fixer.cache
.phpunit.result.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"require-dev": {
"mockery/mockery": "^0.9|^1.3",
"orchestra/testbench": "^5.19|^6.18|^7.0|^8.0",
"phpunit/phpunit": "^8.5|^9.1|^10.0"
"orchestra/testbench": "^5.19|^6.18|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.5|^9.1|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9759f72

Please sign in to comment.