File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,15 +23,19 @@ jobs:
2323 - laravel : 12.*
2424 testbench : 10.*
2525 carbon : ^3.8.4
26+ twilio : ^4.1.0
2627 - laravel : 11.*
2728 testbench : 9.*
2829 carbon : ^2.63
30+ twilio : ^4.1.0
2931 - laravel : 10.*
3032 testbench : 8.*
3133 carbon : ^2.63
34+ twilio : ^4.0.0
3235 - laravel : 9.*
3336 testbench : 7.*
3437 carbon : ^2.63
38+ twilio : ^4.0.0
3539 exclude :
3640 - laravel : 12.*
3741 php : 8.1
5862
5963 - name : Install dependencies
6064 run : |
61- composer require "dash8x/dhiraagu-sms-notification" "laravel-notification-channels/twilio" "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
65+ composer require "dash8x/dhiraagu-sms-notification" "laravel-notification-channels/twilio:${{ matrix.twilio }} " "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
6266 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6367
6468 - name : Execute tests
You can’t perform that action at this time.
0 commit comments