File tree Expand file tree Collapse file tree 7 files changed +42
-58
lines changed
announcements/.github/workflows
filament-uploadcare-field/.github/workflows
laravel-redirects/.github/workflows
redirects/.github/workflows
uploadcare-field/.github/workflows Expand file tree Collapse file tree 7 files changed +42
-58
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,13 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.4, 8.3, 8.2]
17- laravel : [12.*, 11.*]
18- stability : [prefer-lowest, prefer-stable]
16+ php : [8.3]
17+ laravel : [12.*]
1918 include :
2019 - laravel : 12.*
2120 testbench : 10.*
2221 carbon : 3.*
2322 collision : 8.*
24- - laravel : 11.*
25- testbench : 9.*
26- carbon : 3.*
27- collision : 8.*
2823
2924 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3025
Original file line number Diff line number Diff line change @@ -13,18 +13,14 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.3, 8.2]
17- laravel : [11.*]
18- stability : [prefer-lowest, prefer-stable]
16+ php : [8.3]
17+ laravel : [12.*]
1918 include :
20- - laravel : 11.*
21- testbench : 9.*
22- carbon : ^2.72.2
23- exclude :
24- - laravel : 11.*
25- php : 8.1
19+ - laravel : 12.*
20+ testbench : 10.*
21+ carbon : 3.*
2622
27- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix. os }}
23+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2824
2925 steps :
3026 - name : Checkout code
4541 - name : Install dependencies
4642 run : |
4743 composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
48- composer update --${{ matrix.stability }} -- prefer-dist --no-interaction
44+ composer update --prefer-dist --no-interaction
4945
5046 - name : List Installed Dependencies
5147 run : composer show -D
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.2 ]
17- laravel : [11 .*]
16+ php : [8.3 ]
17+ laravel : [12 .*]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
20- - laravel : 11 .*
21- testbench : 9 .*
22- carbon : ^2.72.6
20+ - laravel : 12 .*
21+ testbench : 10 .*
22+ carbon : 3.*
2323
2424 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2525
Original file line number Diff line number Diff line change @@ -17,18 +17,14 @@ jobs:
1717 fail-fast : true
1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
20- php : [8.3, 8.2]
21- laravel : [11.*, 10.*]
22- stability : [prefer-lowest, prefer-stable]
20+ php : [8.3]
21+ laravel : [12.*]
2322 include :
24- - laravel : 11.*
25- testbench : 9.*
26- carbon : ^2.63
27- - laravel : 10.*
28- testbench : 8.*
29- carbon : ^2.63
23+ - laravel : 12.*
24+ testbench : 10.*
25+ carbon : 3.*
3026
31- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix. os }}
27+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
3228
3329 steps :
3430 - name : Checkout code
4945 - name : Install dependencies
5046 run : |
5147 composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
52- composer update --${{ matrix.stability }} -- prefer-dist --no-interaction
48+ composer update --prefer-dist --no-interaction
5349
5450 - name : List Installed Dependencies
5551 run : composer show -D
Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.2, 8.1]
17- laravel : [10.*]
18- stability : [prefer-lowest, prefer-stable]
16+ php : [8.3]
17+ laravel : [12.*]
1918 include :
20- - laravel : 10 .*
21- testbench : 8 .*
22- carbon : 2 .*
19+ - laravel : 12 .*
20+ testbench : 10 .*
21+ carbon : 3 .*
2322
24- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix. os }}
23+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2524
2625 steps :
2726 - name : Checkout code
4241 - name : Install dependencies
4342 run : |
4443 composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
45- composer update --${{ matrix.stability }} -- prefer-dist --no-interaction
44+ composer update --prefer-dist --no-interaction
4645
4746 - name : List Installed Dependencies
4847 run : composer show -D
Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.2, 8.1]
17- laravel : [10.*]
18- stability : [prefer-lowest, prefer-stable]
16+ php : [8.3]
17+ laravel : [12.*]
1918 include :
20- - laravel : 10 .*
21- testbench : 8 .*
22- carbon : 2 .*
19+ - laravel : 12 .*
20+ testbench : 10 .*
21+ carbon : 3 .*
2322
24- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix. os }}
23+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2524
2625 steps :
2726 - name : Checkout code
4241 - name : Install dependencies
4342 run : |
4443 composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
45- composer update --${{ matrix.stability }} -- prefer-dist --no-interaction
44+ composer update --prefer-dist --no-interaction
4645
4746 - name : List Installed Dependencies
4847 run : composer show -D
Original file line number Diff line number Diff line change @@ -17,15 +17,14 @@ jobs:
1717 fail-fast : true
1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
20- php : [8.3, 8.2]
21- laravel : [11.*]
22- stability : [prefer-lowest, prefer-stable]
20+ php : [8.3]
21+ laravel : [12.*]
2322 include :
24- - laravel : 11 .*
25- testbench : 9 .*
26- carbon : ^2.63
23+ - laravel : 12 .*
24+ testbench : 10 .*
25+ carbon : 3.*
2726
28- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix. os }}
27+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2928
3029 steps :
3130 - name : Checkout code
4645 - name : Install dependencies
4746 run : |
4847 composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
49- composer update --${{ matrix.stability }} -- prefer-dist --no-interaction
48+ composer update --prefer-dist --no-interaction
5049
5150 - name : List Installed Dependencies
5251 run : composer show -D
You can’t perform that action at this time.
0 commit comments