Skip to content

Commit

Permalink
- Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dash8x committed Aug 20, 2024
1 parent 9295f0c commit 9a7aa73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
- laravel: 11.*
testbench: 9.*
carbon: ^2.63
medialibrary: 11.*
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
medialibrary: ^10.3.4

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand All @@ -47,7 +49,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-medialibrary:${{ matrix.medialibrary }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.5 || ^10.5",
"laravel/pint": "^1.15",
"javaabu/auth": "^1.11"
"javaabu/auth": "^1.11",
"spatie/laravel-medialibrary": "^10.3.4 || ^11.4"
},
"suggest": {
"javaabu/auth": "Required for login and registration"
Expand Down

0 comments on commit 9a7aa73

Please sign in to comment.