File tree 3 files changed +4
-9
lines changed
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- os :
25
- - ubuntu
26
24
ruby :
27
25
- " 3.3"
28
26
gemfile :
33
31
env :
34
32
BUNDLE_GEMFILE : ${{ matrix.gemfile }}
35
33
COVERALLS : true
36
- runs-on : ${{ matrix.os }} -latest
34
+ runs-on : ubuntu -latest
37
35
steps :
38
36
- name : Checkout
39
37
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- os :
25
- - ubuntu
26
24
ruby :
27
25
- " 3.1"
28
26
- " 3.2"
@@ -38,14 +36,13 @@ jobs:
38
36
- ruby : " 3.1"
39
37
gemfile : gemfiles/rails_8_0.gemfile
40
38
include :
41
- - os : ubuntu
42
- ruby : ruby-head
39
+ - ruby : ruby-head
43
40
gemfile : gemfiles/rails_8_0.gemfile
44
41
allow_failures : true
45
42
env :
46
43
BUNDLE_GEMFILE : " ${{ matrix.gemfile }}"
47
44
ALLOW_FAILURES : " ${{ matrix.allow_failures }}"
48
- runs-on : ${{ matrix.os }} -latest
45
+ runs-on : ubuntu -latest
49
46
continue-on-error : ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
50
47
steps :
51
48
- name : Checkout
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Gem::Specification.new do |s|
48
48
s . add_development_dependency "gem-release" , ">= 0.7"
49
49
s . add_development_dependency "inch" , "~> 0.5" , ">= 0.5.10"
50
50
51
- s . required_ruby_version = ">= 2.7 .0"
51
+ s . required_ruby_version = ">= 3.0 .0"
52
52
53
53
s . required_rubygems_version = ">= 1.4.0"
54
54
end
You can’t perform that action at this time.
0 commit comments