.github/workflows/test.yml in modis-4.2.0 vs .github/workflows/test.yml in modis-4.3.0
- old
+ new
@@ -24,10 +24,11 @@
ports:
# Maps port 6379 on service container to the host
- 6379:6379
strategy:
+ fail-fast: false
matrix:
gemfile: ['rails_5.2', 'rails_6.0', 'rails_6.1', 'rails_7.0']
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1']
@@ -53,10 +54,10 @@
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}