Skip to content

Commit 647a6b5

Browse files
committed
Drop support for Ruby 2.6
1 parent 0573e70 commit 647a6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- rails_5_2_pundit_2
2424
- rails_6_0_pundit_1
2525
- rails_6_0_pundit_2
26-
ruby-version: [ '2.5', '2.7' ]
26+
ruby-version: [ '2.6', '2.7' ]
2727
bundler-version: [ '1.11' ]
2828
include:
2929
# Include Rails 6.0 / Ruby 3.0 combo

0 commit comments

Comments
 (0)