File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717    strategy :
1818      matrix :
1919        php-version :
20-           - " 8.3 " 
20+           - " 8.4 " 
2121
2222    steps :
2323      - uses : " actions/checkout@v5" 
@@ -40,11 +40,11 @@ jobs:
4040    strategy :
4141      matrix :
4242        php-version :
43-           - " 8.4 " 
43+           - " 8.5 " 
4444        code-coverage :
4545          - " none" 
4646        include :
47-           - php-version : " 8.3 " 
47+           - php-version : " 8.4 " 
4848            code-coverage : " pcov" 
4949
5050    steps :
7070    strategy :
7171      matrix :
7272        php-version :
73-           - " 8.3 " 
73+           - " 8.4 " 
7474
7575    steps :
7676      - uses : " actions/checkout@v5" 
8989    strategy :
9090      matrix :
9191        php-version :
92-           - " 8.3 " 
92+           - " 8.4 " 
9393
9494    steps :
9595      - uses : " actions/checkout@v5" 
Original file line number Diff line number Diff line change 1111        }
1212    ],
1313    "require" : {
14-         "php" : " ~8.3 .0 || ~8.4 .0" 
14+         "php" : " ~8.4 .0 || ~8.5 .0" 
1515    },
1616    "require-dev" : {
1717        "phpstan/phpstan" : " ^2.1.31"  ,
1818        "phpstan/phpstan-phpunit" : " ^2.0.7"  ,
1919        "phpstan/phpstan-strict-rules" : " ^2.0.7"  ,
2020        "phpunit/phpunit" : " ^12.4.1"  ,
21-         "slam/php-cs-fixer-extensions" : " ^3.13 .0"  ,
21+         "slam/php-cs-fixer-extensions" : " ^3.14 .0"  ,
2222        "symfony/console" : " ^7.3.4" 
2323    },
2424    "autoload" : {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments