Skip to content

Commit a36d73d

Browse files
committed
Add in rails-version gemfiles
1 parent 59fc14c commit a36d73d

File tree

2 files changed

+150
-197
lines changed

2 files changed

+150
-197
lines changed

.github/workflows/ruby.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ jobs:
1818

1919
runs-on: ubuntu-latest
2020
strategy:
21+
fail_fast: false
2122
matrix:
22-
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
23+
ruby-version: ['2.7', '3.1', '3.2']
24+
gemfile: [ rails_6.1, rails_7.0 ]
2325

2426
steps:
2527
- uses: actions/checkout@v2
2628
- name: Set up Ruby
2729
uses: ruby/setup-ruby@v1
30+
env:
31+
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2832
with:
2933
ruby-version: ${{ matrix.ruby-version }}
3034
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)