File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
1717    - name : Setup PHP 
1818      uses : shivammathur/setup-php@v2 
1919      with :
20-         php-version : 8.3  
20+         php-version : 8.4  
2121
2222    - name : Cache Composer packages 
2323      id : composer-cache 
2424      uses : actions/cache@v4 
2525      with :
2626        path : vendor 
27-         key : ${{ runner.os }}-php-8.3 -${{ hashFiles('**/composer.json') }} 
27+         key : ${{ runner.os }}-php-8.4 -${{ hashFiles('**/composer.json') }} 
2828        restore-keys : | 
29-           ${{ runner.os }}-php-8.3 - 
29+           ${{ runner.os }}-php-8.4 - 
3030
3131     - name : Install dependencies 
3232      if : steps.composer-cache.outputs.cache-hit != 'true' 
Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
1515      - name : Setup PHP 
1616        uses : shivammathur/setup-php@v2 
1717        with :
18-           php-version : 8.3  
18+           php-version : 8.4  
1919
2020      - name : Cache Composer packages 
2121        id : composer-cache 
2222        uses : actions/cache@v4 
2323        with :
2424          path : vendor 
25-           key : ${{ runner.os }}-php-8.3 -${{ hashFiles('**/composer.json') }} 
25+           key : ${{ runner.os }}-php-8.4 -${{ hashFiles('**/composer.json') }} 
2626          restore-keys : | 
27-             ${{ runner.os }}-php-8.3 - 
27+             ${{ runner.os }}-php-8.4 - 
2828
2929       - name : Install dependencies 
3030        if : steps.composer-cache.outputs.cache-hit != 'true' 
Original file line number Diff line number Diff line change 1313    strategy :
1414      fail-fast : true 
1515      matrix :
16-         php : [8.1 , 8.2 , 8.3 ] 
16+         php : [8.2 , 8.3 , 8.4 ] 
1717
1818    steps :
1919      - name : Checkout code 
Original file line number Diff line number Diff line change 2222    "minimum-stability" : " dev"  ,
2323    "prefer-stable" : true ,
2424    "require" : {
25-         "php" : " ^8.0 "  ,
25+         "php" : " ^8.2 "  ,
2626        "guzzlehttp/guzzle" : " ^7.4"  ,
2727        "league/omnipay" : " ^3.2"  ,
2828        "omnipay/common" : " ^3.2"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments