Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker committed Dec 11, 2024
1 parent a8e9ab5 commit 4635f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: |
composer require "laravel/framework:^${{ matrix.laravel }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction --no-progress --prefer-stable
command: composer update --prefer-dist --no-interaction --no-progress --prefer-stable

- name: Execute tests
run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"illuminate/support": "^8.83|^9.33|^10.0|^11.3"
},
"require-dev": {
"nunomaduro/larastan": "^2.0",
"nunomaduro/larastan": "^1.0|^2.0",
"orchestra/testbench": "^6.0|^7.0|^8.2|^9.0",
"phpunit/phpunit": "^9.5.10|^10.1|^11.3.6",
"roave/security-advisories": "dev-latest"
Expand Down

0 comments on commit 4635f1e

Please sign in to comment.