Skip to content

Commit 360d931

Browse files
committed
Dropping Rails 4 from build matrix
1 parent 2949765 commit 360d931

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ jobs:
1717
- rails-6.1
1818
- rails-7.0
1919
include:
20-
- { ruby: "2.3", gemfile: "rails-4.2", bundler: "1" }
21-
- { ruby: "2.4", gemfile: "rails-4.2", bundler: "1" }
2220
- { ruby: "2.5", gemfile: "rails-5.2", bundler: "default" }
2321
- { ruby: "2.6", gemfile: "rails-5.2", bundler: "default" }
2422

2523
env:
2624
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
2725
steps:
2826
# https://github.com/marketplace/actions/checkout
29-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
3028
# https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
3129
- name: Set up Ruby
3230
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)