We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce5f9e3 + 2a45d38 commit 310db6dCopy full SHA for 310db6d
2 files changed
.github/workflows/ci.yml
@@ -14,9 +14,9 @@ jobs:
14
strategy:
15
matrix:
16
ruby:
17
- - "3.2"
18
- "3.3"
19
- "3.4"
+ - "4.0"
20
fail-fast: false
21
22
steps:
github-markup.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
s.homepage = "https://github.com/github/markup"
s.license = "MIT"
- s.required_ruby_version = '>= 3.1.0'
+ s.required_ruby_version = '>= 3.3.0'
s.files = `git ls-files`.split($\)
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
0 commit comments