File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1010 matrix :
1111 php : [8.2, 8.3, 8.4]
1212 laravel : [11.*, 12.*]
13+ livewire : [3.*, 4.*]
1314 os : [ubuntu-latest]
1415
15- name : ${{ matrix.php }} - ${{ matrix.laravel }}
16+ name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Livewire ${{ matrix.livewire }}
1617
1718 runs-on : ${{ matrix.os }}
1819
2930 - name : Install dependencies
3031 run : |
3132 composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
33+ composer require "livewire/livewire:${{ matrix.livewire }}" --no-interaction --no-update
3234 composer install --no-interaction
3335
3436 - name : Run PHPUnit
Original file line number Diff line number Diff line change 3636 "require" : {
3737 "php" : " ^8.2" ,
3838 "laravel/framework" : " ^11.0 || ^12.0" ,
39- "statamic/cms" : " ^5.17.0" ,
40- "livewire/livewire" : " ^3.6.4"
39+ "statamic/cms" : " ^5.17.0 || ^6.0 " ,
40+ "livewire/livewire" : " ^3.6.4 || ^4.0 "
4141 },
4242 "extra" : {
4343 "statamic" : {
6060 "orchestra/testbench" : " ^9.0 || ^10.0" ,
6161 "phpunit/phpunit" : " ^10.5|^11.0" ,
6262 "spatie/laravel-ray" : " ^1.0"
63- }
63+ },
64+ "minimum-stability" : " dev" ,
65+ "prefer-stable" : true
6466}
You can’t perform that action at this time.
0 commit comments