File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010    strategy :
1111      fail-fast : false 
1212      matrix :
13-         php : ['7.4 ', '8.0 ', '8.1 ', '8.2 '] 
13+         php : ['8.1 ', '8.2 ', '8.3 ', '8.4 '] 
1414
1515    name : PHP ${{ matrix.php }} tests 
1616
1717    steps :
18-       - uses : actions/checkout@v2  
18+       - uses : actions/checkout@v4  
1919
2020      - uses : shivammathur/setup-php@v2 
2121        with :
2424
2525      - run : php Tests/fix_composer_json.php 
2626
27-       - uses : " ramsey/composer-install@v1 " 
27+       - uses : " ramsey/composer-install@v3 " 
2828        with :
2929          composer-options : " --prefer-source" 
3030
Original file line number Diff line number Diff line change 1010        "enqueue/enqueue" : " ^0.10" 
1111        "queue-interop/amqp-interop" : " ^0.8.2" 
1212        "queue-interop/queue-interop" : " ^0.8" 
13-         "symfony/config" : " ^5.4|^6 .0" 
13+         "symfony/config" : " ^6.0|^7 .0" 
1414    },
1515    "require-dev" : {
1616        "phpunit/phpunit" : " ^9.5" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments