.github/workflows/ci.yml in nacelle-0.5.0 vs .github/workflows/ci.yml in nacelle-0.6.0
- old
+ new
@@ -3,11 +3,11 @@
jobs:
test:
strategy:
fail-fast: false
matrix:
- gemfile: [ rails_6.0, rails_6.1, rails_7.0 ]
- ruby: [ 2.7, '3.0', 3.1 ]
+ gemfile: [ rails_7.0, rails_7.1, rails_7.2 ]
+ ruby: [ 3.1, 3.2, 3.3 ]
runs-on: ubuntu-latest
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps: