We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e74e67 + 010e094 commit 0705ee3Copy full SHA for 0705ee3
2 files changed
.github/workflows/ci.yml
@@ -10,9 +10,10 @@ jobs:
10
strategy:
11
matrix:
12
ruby:
13
- - 3.2.8
14
- - 3.3.8
15
- - 3.4.4
+ - 4.0.0
+ - 3.4.8
+ - 3.3.9
16
+ - 3.2.9
17
18
steps:
19
- uses: actions/checkout@v4
@@ -33,7 +34,7 @@ jobs:
33
34
35
- uses: ruby/setup-ruby@v1
36
with:
- ruby-version: '3.4.4'
37
+ ruby-version: '4.0.0'
38
bundler-cache: true
39
40
- run: bundle exec steep check
predicateable.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/nsgc/predicateable"
spec.license = "MIT"
- spec.required_ruby_version = ">= 3.1.0"
+ spec.required_ruby_version = ">= 3.2.0"
spec.metadata["homepage_uri"] = spec.homepage
0 commit comments