File tree Expand file tree Collapse file tree 2 files changed +5
-85
lines changed Expand file tree Collapse file tree 2 files changed +5
-85
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717    strategy :
1818      fail-fast : false 
1919      matrix :
20-         php-versions : ["7.4 ", "8.0 ", "8.1 ", "8.2 "] 
20+         php-versions : ["8.0 ", "8.1 ", "8.2 ", "8.3 "] 
2121        host-os : ["ubuntu-latest", "windows-latest"] 
2222        experimental : [false] 
2323
2424    name : PHP ${{ matrix.php-versions }} - OS ${{ matrix.host-os }} 
2525    steps :
2626      - name : Checkout 
27-         uses : actions/checkout@v3  
27+         uses : actions/checkout@v4  
2828
2929      - name : Setup PHP 
3030        uses : shivammathur/setup-php@v2 
4040if : ${{ startsWith( matrix.host-os , 'ubuntu') }} 
4141
4242      - name : Cache dependencies (Ubuntu) 
43-         uses : actions/cache@v3  
43+         uses : actions/cache@v4  
4444        with :
4545          path : ${{ steps.composercache-ubuntu.outputs.dir }} 
4646          key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} 
5555if : ${{ startsWith( matrix.host-os , 'windows') }} 
5656
5757      - name : Cache dependencies (Windows) 
58-         uses : actions/cache@v3  
58+         uses : actions/cache@v4  
5959        with :
6060          path : ${{ steps.composercache-windows.outputs.dir }} 
6161          key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} 
7373        run : composer phpunit 
7474
7575      - name : Upload coverage to Codecov 
76-         uses : codecov/codecov-action@v3  
76+         uses : codecov/codecov-action@v4  
7777        with :
7878          file : ./clover.xml 
7979          fail_ci_if_error : true 
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments