Skip to content

Commit 9816b2d

Browse files
committed
Drop Ruby 2.3 CI
It continually segfaults when trying to create an OpenSSL cipher.
1 parent 206d7ac commit 9816b2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
ruby: [ "2.0.0", 2.1, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4 ]
2626
include:
2727
- { os: ubuntu-22.04, ruby: "1.9.3" }
28-
- { os: ubuntu-22.04, ruby: 2.3 }
2928
runs-on: ${{ matrix.os }}
3029
name: ${{ matrix.ruby }}
3130
env:

0 commit comments

Comments
 (0)