File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed
Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- php : [ 8.2, 8.3, 8. 4, 8.5 ]
13- laravel : [ 9.*, 10.*, 11.*, 12.* ]
12+ php : [ 8.4, 8.5 ]
13+ laravel : [ 11.*, 12.* ]
1414 include :
1515 - laravel : 12.*
1616 testbench : 10.*
1717 - laravel : 11.*
1818 testbench : 9.*
19- - laravel : 10.*
20- testbench : 8.*
21- - laravel : 9.*
22- testbench : 7.*
2319
2420 name : PHP ${{ matrix.php }} + Laravel ${{ matrix.laravel }}
2521 steps :
5147 - name : Setup PHP
5248 uses : shivammathur/setup-php@v2
5349 with :
54- php-version : 8.2
50+ php-version : 8.4
5551 coverage : xdebug
5652
5753 - name : Validate composer.json and composer.lock
6258 uses : actions/cache@v4
6359 with :
6460 path : vendor
65- key : ${{ runner.os }}-php-8.2 -${{ hashFiles('**/composer.json') }}
61+ key : ${{ runner.os }}-php-8.4 -${{ hashFiles('**/composer.json') }}
6662 restore-keys : |
67- ${{ runner.os }}-php-8.2 -
63+ ${{ runner.os }}-php-8.4 -
6864
6965 - name : Install dependencies
7066 if : steps.composer-cache.outputs.cache-hit != 'true'
8884 - name : Setup PHP
8985 uses : shivammathur/setup-php@v2
9086 with :
91- php-version : 8.2
87+ php-version : 8.4
9288 coverage : none
9389
9490 - name : Validate composer.json and composer.lock
Original file line number Diff line number Diff line change 2828 "minimum-stability" : " dev" ,
2929 "prefer-stable" : true ,
3030 "require" : {
31- "php" : " ^8.2 " ,
32- "nunomaduro/termwind" : " ^1.0|^ 2.0" ,
33- "nutgram/nutgram" : " ^4.39.2 "
31+ "php" : " ^8.4 " ,
32+ "nunomaduro/termwind" : " ^2.0" ,
33+ "nutgram/nutgram" : " dev-next as 5.0.0 "
3434 },
3535 "require-dev" : {
36- "illuminate/testing" : " ^9.0|^10.0|^ 11.0|^12.0" ,
37- "orchestra/testbench" : " ^7.0|^8.0|^ 9.0|^10.0" ,
38- "pestphp/pest" : " ^1.1|^2.0|^3.0|^ 4.0" ,
36+ "illuminate/testing" : " ^11.0|^12.0" ,
37+ "orchestra/testbench" : " ^9.0|^10.0" ,
38+ "pestphp/pest" : " ^4.0" ,
3939 "vimeo/psalm" : " ^6.0"
4040 },
4141 "autoload" : {
You can’t perform that action at this time.
0 commit comments