File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 24
24
- name : Setup Ruby
25
25
uses : ruby/setup-ruby@v1
26
26
with :
27
- ruby-version : ' 3.1 '
27
+ ruby-version : ' 3.2 '
28
28
29
29
- name : Bundler
30
30
run : bundle install
@@ -42,15 +42,11 @@ jobs:
42
42
- ' 3.4'
43
43
- ' 3.3'
44
44
- ' 3.2'
45
- - ' 3.1'
46
45
- ' head'
47
46
rails :
48
47
- rails_8.0
49
48
- rails_7.2
50
49
- rails_7.1
51
- exclude :
52
- - ruby : ' 3.1'
53
- rails : ' rails_8.0'
54
50
55
51
env : # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
56
52
BUNDLE_GEMFILE : ${{ github.workspace }}/gemfiles/${{ matrix.rails }}.gemfile
Original file line number Diff line number Diff line change 7
7
8
8
AllCops :
9
9
NewCops : enable
10
- TargetRubyVersion : 3.1
10
+ TargetRubyVersion : 3.2
11
11
Exclude :
12
12
- bin/*
13
13
- gemfiles/*
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
s . description = 'A time-based background job scheduler daemon (just like Cron) for Rails'
14
14
s . license = 'Apache-2.0'
15
15
16
- s . required_ruby_version = '>= 3.1 .0'
16
+ s . required_ruby_version = '>= 3.2 .0'
17
17
18
18
s . files = Dir [
19
19
'README.md' ,
You can’t perform that action at this time.
0 commit comments