5656 fail-fast : false
5757 matrix :
5858 sys : ["enable", "disable"]
59- ruby : ["2.5", "2. 6", "2.7", "3.0", "3.1", "head"]
59+ ruby : ["2.6", "2.7", "3.0", "3.1", "head"]
6060 runs-on : ubuntu-latest
6161 steps :
6262 - uses : actions/checkout@v3
@@ -171,7 +171,7 @@ jobs:
171171 strategy :
172172 fail-fast : false
173173 matrix :
174- ruby : ["2.5", "2. 6", "2.7", "3.0", "3.1"]
174+ ruby : ["2.6", "2.7", "3.0", "3.1"]
175175 runs-on : ubuntu-latest
176176 steps :
177177 - uses : actions/checkout@v3
@@ -191,7 +191,7 @@ jobs:
191191 strategy :
192192 fail-fast : false
193193 matrix :
194- ruby : ["2.5", "2. 6", "2.7", "3.0", "3.1"]
194+ ruby : ["2.6", "2.7", "3.0", "3.1"]
195195 runs-on : ubuntu-latest
196196 steps :
197197 - uses : actions/checkout@v3
@@ -236,7 +236,7 @@ jobs:
236236 strategy :
237237 fail-fast : false
238238 matrix :
239- ruby : ["2.5", "2. 6", "2.7", "3.0"]
239+ ruby : ["2.6", "2.7", "3.0"]
240240 runs-on : windows-2019
241241 steps :
242242 - uses : actions/checkout@v3
@@ -257,7 +257,7 @@ jobs:
257257 strategy :
258258 fail-fast : false
259259 matrix :
260- ruby : ["2.5", "2. 6", "2.7", "3.0", "3.1"]
260+ ruby : ["2.6", "2.7", "3.0", "3.1"]
261261 runs-on : ubuntu-latest
262262 steps :
263263 - uses : actions/checkout@v3
@@ -277,7 +277,7 @@ jobs:
277277 strategy :
278278 fail-fast : false
279279 matrix :
280- ruby : ["2.5", "2. 6", "2.7", "3.0", "3.1"]
280+ ruby : ["2.6", "2.7", "3.0", "3.1"]
281281 runs-on : macos-latest
282282 steps :
283283 - uses : actions/checkout@v3
@@ -295,7 +295,7 @@ jobs:
295295 strategy :
296296 fail-fast : false
297297 matrix :
298- ruby : ["2.5", "2. 6", "2.7", "3.0", "3.1"]
298+ ruby : ["2.6", "2.7", "3.0", "3.1"]
299299 runs-on : ubuntu-latest
300300 steps :
301301 - uses : actions/checkout@v3
@@ -313,7 +313,7 @@ jobs:
313313 strategy :
314314 fail-fast : false
315315 matrix :
316- ruby : ["2.5", "2. 6", "2.7", "3.0", "3.1"]
316+ ruby : ["2.6", "2.7", "3.0", "3.1"]
317317 runs-on : ubuntu-latest
318318 container :
319319 image : ruby:${{matrix.ruby}}-alpine
0 commit comments