Skip to content

Commit 2a45d38

Browse files
zkoppertCopilot
andcommitted
chore: bump minimum Ruby to 3.3 and add Ruby 4.0 to CI matrix
Ruby 3.1 went EOL March 2025, Ruby 3.2 went EOL March 2026. Update required_ruby_version to >= 3.3.0 and adjust the CI test matrix to cover all currently supported Ruby versions: 3.3, 3.4, 4.0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Zack Koppert <zkoppert@github.com>
1 parent ce5f9e3 commit 2a45d38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- "3.2"
1817
- "3.3"
1918
- "3.4"
19+
- "4.0"
2020
fail-fast: false
2121

2222
steps:

github-markup.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.homepage = "https://github.com/github/markup"
1414
s.license = "MIT"
1515

16-
s.required_ruby_version = '>= 3.1.0'
16+
s.required_ruby_version = '>= 3.3.0'
1717

1818
s.files = `git ls-files`.split($\)
1919
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)