File tree Expand file tree Collapse file tree 3 files changed +9
-19
lines changed
Expand file tree Collapse file tree 3 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 1414
1515 - name : Dependabot metadata
1616 id : metadata
17- uses : dependabot/fetch-metadata@v2.4 .0
17+ uses : dependabot/fetch-metadata@v2.5 .0
1818 with :
1919 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2020
Original file line number Diff line number Diff line change @@ -2,30 +2,20 @@ name: run-tests
22
33on :
44 push :
5- branches : [main, release/5.x ]
5+ branches : [main]
66 pull_request :
7- branches : [main, release/5.x ]
7+ branches : [main]
88
99jobs :
1010 test :
1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 fail-fast : true
1414 matrix :
15- os : [ubuntu-latest, windows-latest ]
16- php : [8.3, 8.2 ]
17- laravel : [11.*, 12 .*]
15+ os : [ubuntu-latest]
16+ php : [8.3]
17+ laravel : [13 .*]
1818 stability : [prefer-lowest, prefer-stable]
19- include :
20- - laravel : 11.*
21- testbench : 9.*
22- carbon : 3.*
23- - laravel : 12.*
24- testbench : 10.*
25- carbon : 3.*
26- exclude :
27- - php : 8.2
28- laravel : 12.*
2919
3020 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3121
Original file line number Diff line number Diff line change 11{
2- "name" : " backstage/filament- mails" ,
3- "description" : " View logged mails and events in a beautiful Filament UI." ,
2+ "name" : " backstage/mails" ,
3+ "description" : " Log sending mails and related events in a beautiful Filament UI." ,
44 "keywords" : [
55 " backstagephp" ,
66 " laravel" ,
2424 "filament/filament" : " ^5.0" ,
2525 "livewire/livewire" : " ^4.0" ,
2626 "spatie/laravel-package-tools" : " ^1.15.0" ,
27- "backstage/laravel-mails" : " ^2.0 "
27+ "backstage/laravel-mails" : " self.version "
2828 },
2929 "require-dev" : {
3030 "laravel/pint" : " ^1.16" ,
You can’t perform that action at this time.
0 commit comments