Skip to content

Commit 7cbe9b2

Browse files
committed
- Testing laravel 12 support
1 parent 3ff1650 commit 7cbe9b2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
@@ -58,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)