File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212  test :
1313    runs-on : ubuntu-latest 
14-      
14+ 
1515    services :
1616      postgres :
1717        image : postgres:17-alpine 
2626          --health-interval 10s 
2727          --health-timeout 5s 
2828          --health-retries 5 
29-            
29+ 
3030mysql :
3131        image : mysql:8 
3232        ports :
4747          - ' 3.4' 
4848        rails :
4949          - ' 8.0' 
50+           - ' 8.1.0.rc1' 
5051
5152    steps :
5253      - name : Checkout 
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ source 'https://rubygems.org'
55gemspec 
66
77gem  'dotenv' 
8- gem  'railties' 
98gem  'with_advisory_lock' ,  '>= 7' 
109
11- gem  'activerecord' ,  "~> #{ ENV [ 'RAILS_VERSION' ]  || '8.0' }  
10+ rails_version  =  ENV [ 'RAILS_VERSION' ]  || '8.0' 
11+ gem  'activerecord' ,  "~> #{ rails_version }  
12+ gem  'railties' ,  "~> #{ rails_version }  
1213
1314platforms  :mri ,  :truffleruby  do 
1415  # Database adapters 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments