We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f171a39 commit f97720cCopy full SHA for f97720c
2 files changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
8
with:
9
engine: cruby-jruby
10
- min_version: 2.5
+ min_version: 2.6
11
12
inplace:
13
needs: ruby-versions-inplace
@@ -21,8 +21,6 @@ jobs:
21
- macos-latest
22
- windows-latest
23
ruby-version: ${{ fromJson(needs.ruby-versions-inplace.outputs.versions) }}
24
- exclude:
25
- - {runs-on: macos-latest, ruby-version: 2.5}
26
# include:
27
# - runs-on: ubuntu-latest
28
# ruby-version: truffleruby
rexml.gemspec
@@ -57,5 +57,5 @@ Gem::Specification.new do |spec|
57
spec.rdoc_options.concat(["--main", "README.md"])
58
spec.extra_rdoc_files = rdoc_files
59
60
- spec.required_ruby_version = '>= 2.5.0'
+ spec.required_ruby_version = '>= 2.6.0'
61
end
0 commit comments