Skip to content

Commit 1ab55f5

Browse files
committed
CI: Remove Ruby 2.4 and 2.5 from test matrix
Those are old versions, and apparently fail on CI now. https://github.com/crate/crate_ruby/actions/runs/21842711977/job/63030941887
1 parent ed36bd5 commit 1ab55f5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ "ubuntu-22.04", "macos-15-intel" ] # , windows-latest ]
27-
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3" ]
27+
ruby-version: [
28+
"2.6",
29+
"2.7",
30+
"3.0",
31+
"3.1",
32+
"3.2",
33+
"3.3",
34+
]
2835

2936
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
3037
steps:

0 commit comments

Comments
 (0)