We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2949765 commit 360d931Copy full SHA for 360d931
.github/workflows/ci.yml
@@ -17,16 +17,14 @@ jobs:
17
- rails-6.1
18
- rails-7.0
19
include:
20
- - { ruby: "2.3", gemfile: "rails-4.2", bundler: "1" }
21
- - { ruby: "2.4", gemfile: "rails-4.2", bundler: "1" }
22
- { ruby: "2.5", gemfile: "rails-5.2", bundler: "default" }
23
- { ruby: "2.6", gemfile: "rails-5.2", bundler: "default" }
24
25
env:
26
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
27
steps:
28
# https://github.com/marketplace/actions/checkout
29
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
30
# https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
31
- name: Set up Ruby
32
uses: ruby/setup-ruby@v1
0 commit comments