File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup PHP
2020 uses : shivammathur/setup-php@v2
2121 with :
22- php-version : ' 8.3 '
22+ php-version : ' 8.4 '
2323 coverage : none
2424
2525 - name : Install composer dependencies
Original file line number Diff line number Diff line change @@ -17,13 +17,10 @@ jobs:
1717 fail-fast : true
1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
20- php : [8.3, 8.4]
21- laravel : [11.*, 12.*]
20+ php : [8.3, 8.4, 8.5 ]
21+ laravel : [12.*]
2222 stability : [prefer-lowest, prefer-stable]
2323 include :
24- - laravel : 11.*
25- testbench : 9.*
26- carbon : ^2.63
2724 - laravel : 12.*
2825 testbench : 10.*
2926 carbon : ^3.0
Original file line number Diff line number Diff line change 44 "homepage" : " https://github.com/LycheeOrg/verify" ,
55 "license" : " MIT" ,
66 "require" : {
7- "php" : " ^8.3 " ,
7+ "php" : " ^8.4 " ,
88 "illuminate/contracts" : " ^12.0||^11.0" ,
99 "thecodingmachine/safe" : " ^3.3"
1010 },
4747 },
4848 "config" : {
4949 "platform" : {
50- "php" : " 8.3 "
50+ "php" : " 8.4 "
5151 },
5252 "sort-packages" : true ,
5353 "allow-plugins" : {
You can’t perform that action at this time.
0 commit comments