File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -233,21 +233,21 @@ variables:
233233# -----------------------------------------------------------------------
234234
235235.pup_7_x : &pup_7_x 
236-   image : ' ruby:2.7 ' 
236+   image : ' ruby:3.4 ' 
237237  variables :
238238    PUPPET_VERSION : ' ~> 7.0' 
239239    BEAKER_PUPPET_COLLECTION : ' puppet7' 
240240    MATRIX_RUBY_VERSION : ' 2.7' 
241241
242242.pup_7_pe : &pup_7_pe 
243-   image : ' ruby:2.7 ' 
243+   image : ' ruby:3.4 ' 
244244  variables :
245245    PUPPET_VERSION : ' 7.21.0' 
246246    BEAKER_PUPPET_COLLECTION : ' puppet7' 
247247    MATRIX_RUBY_VERSION : ' 2.7' 
248248
249249.pup_8_x : &pup_8_x 
250-   image : ' ruby:3.2 ' 
250+   image : ' ruby:3.4 ' 
251251  variables :
252252    PUPPET_VERSION : ' ~> 8.0' 
253253    BEAKER_PUPPET_COLLECTION : ' puppet8' 
@@ -276,7 +276,7 @@ variables:
276276    - ' bundle exec rake spec' 
277277
278278.beaker : &beaker 
279-   image : ruby:2.7.8    #  must be 2.7.2 if running in GCP
279+   image : ruby:3.4.7    #  must be 2.7.2 if running in GCP
280280  tags :
281281    - beaker 
282282  before_script :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments