5151 if : ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}
5252 env :
5353 SINATRA : 4.1.1
54+ - run : bundle update && bundle exec rake test:sinatra
55+ name : " rake test:sinatra SINATRA=4.2.1"
56+ if : ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}
57+ env :
58+ SINATRA : 4.2.1
5459 - run : bundle update && bundle exec rake test:sinatra
5560 name : " rake test:sinatra SINATRA=main"
5661 if : ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}
@@ -99,17 +104,17 @@ jobs:
99104 with :
100105 ruby-version : 3.3
101106 - run : bundle update && bundle exec rake test:rails
102- name : " rake test:rails RAILS=7.0.8 "
107+ name : " rake test:rails RAILS=7.0.10 "
103108 env :
104- RAILS : 7.0.8
109+ RAILS : 7.0.10
105110 - run : bundle update && bundle exec rake test:rails
106- name : " rake test:rails RAILS=7.1.5 "
111+ name : " rake test:rails RAILS=7.1.6 "
107112 env :
108- RAILS : 7.1.5
113+ RAILS : 7.1.6
109114 - run : bundle update && bundle exec rake test:rails
110- name : " rake test:rails RAILS=7.2.2 "
115+ name : " rake test:rails RAILS=7.2.3 "
111116 env :
112- RAILS : 7.2.2
117+ RAILS : 7.2.3
113118 rails-8 :
114119 runs-on : ubuntu-latest
115120 strategy :
@@ -121,9 +126,13 @@ jobs:
121126 with :
122127 ruby-version : 3.4
123128 - run : bundle update && bundle exec rake test:rails
124- name : " rake test:rails RAILS=8.0.2"
129+ name : " rake test:rails RAILS=8.0.4"
130+ env :
131+ RAILS : 8.0.4
132+ - run : bundle update && bundle exec rake test:rails
133+ name : " rake test:rails RAILS=8.1.1"
125134 env :
126- RAILS : 8.0.2
135+ RAILS : 8.1.1
127136 - run : bundle update && bundle exec rake test:rails
128137 name : " rake test:rails RAILS=main"
129138 env :
0 commit comments