Skip to content

Commit

Permalink
fix pest
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs committed May 28, 2024
1 parent c191f25 commit 905fe89
Show file tree
Hide file tree
Showing 3 changed files with 10,182 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Tests
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.php_cs.cache
.phpunit.result.cache
build
composer.lock
coverage
docs
phpunit.xml
Expand Down
Loading

0 comments on commit 905fe89

Please sign in to comment.