Skip to content

Commit

Permalink
* Update required ruby version to be 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 18, 2024
1 parent 77ddbe1 commit 7b14ba8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu
ruby:
- "3.3"
gemfile:
Expand All @@ -33,7 +31,7 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
COVERALLS: true
runs-on: ${{ matrix.os }}-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu
ruby:
- "3.1"
- "3.2"
Expand All @@ -38,14 +36,13 @@ jobs:
- ruby: "3.1"
gemfile: gemfiles/rails_8_0.gemfile
include:
- os: ubuntu
ruby: ruby-head
- ruby: ruby-head
gemfile: gemfiles/rails_8_0.gemfile
allow_failures: true
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
ALLOW_FAILURES: "${{ matrix.allow_failures }}"
runs-on: ${{ matrix.os }}-latest
runs-on: ubuntu-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion where_lower.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "gem-release", ">= 0.7"
s.add_development_dependency "inch", "~> 0.5", ">= 0.5.10"

s.required_ruby_version = ">= 2.7.0"
s.required_ruby_version = ">= 3.0.0"

s.required_rubygems_version = ">= 1.4.0"
end

0 comments on commit 7b14ba8

Please sign in to comment.