We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e69dd6 commit c31f3fcCopy full SHA for c31f3fc
.github/workflows/ci.yml
@@ -14,10 +14,10 @@ jobs:
14
strategy:
15
matrix:
16
ruby:
17
- - "3.0"
18
- "3.1"
19
- "3.2"
20
- "3.3"
+ - "3.4"
21
fail-fast: false
22
23
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.0.0'
+ s.required_ruby_version = '>= 3.1.0'
s.files = `git ls-files`.split($\)
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
0 commit comments