File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ jobs:
1717      fail-fast : true 
1818      matrix :
1919        php : [8.1, 8.2, 8.3, 8.4] 
20-         laravel : [10, 11] 
20+         laravel : [10, 11, 12 ] 
2121        driver : [swoole, openswoole, 'roadrunner/frankenphp'] 
2222        exclude :
2323          - php : 8.1 
2424            laravel : 11 
25+           - php : 8.1 
26+             laravel : 12 
2527          - php : 8.4 
2628            laravel : 10 
2729          - php : 8.1 
Original file line number Diff line number Diff line change 1616    "require" : {
1717        "php" : " ^8.1.0"  ,
1818        "laminas/laminas-diactoros" : " ^3.0"  ,
19-         "laravel/framework" : " ^10.10.1|^11.0"  ,
19+         "laravel/framework" : " ^10.10.1|^11.0|^12.0 "  ,
2020        "laravel/prompts" : " ^0.1.24|^0.2.0|^0.3.0"  ,
2121        "laravel/serializable-closure" : " ^1.3|^2.0"  ,
2222        "nesbot/carbon" : " ^2.66.0|^3.0"  ,
3131        "livewire/livewire" : " ^2.12.3|^3.0"  ,
3232        "mockery/mockery" : " ^1.5.1"  ,
3333        "nunomaduro/collision" : " ^6.4.0|^7.5.2|^8.0"  ,
34-         "orchestra/testbench" : " ^8.21|^9.0"  ,
34+         "orchestra/testbench" : " ^8.21|^9.0|^10.0 "  ,
3535        "phpstan/phpstan" : " ^1.10.15"  ,
36-         "phpunit/phpunit" : " ^10.4"  ,
36+         "phpunit/phpunit" : " ^10.4|^11.5 "  ,
3737        "spiral/roadrunner-http" : " ^3.3.0"  ,
3838        "spiral/roadrunner-cli" : " ^2.6.0" 
3939    },
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments