Skip to content

Commit

Permalink
Update rubyonrails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avonderluft committed Oct 11, 2023
1 parent f278530 commit 5f9043b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
strategy:
matrix:
ruby-version:
- "2.7"
- "3.1"
# - "2.7"
# - "3.1"
- "3.2"
rails-version:
- "6.1"
- "7.0"
# - "6.1"
# - "7.0"
- "7.1"
continue-on-error: [true]
continue-on-error: [false]
name: ${{ format('Tests (Ruby {0}, Rails {1})', matrix.ruby-version, matrix.rails-version) }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.continue-on-error }}
Expand All @@ -37,6 +37,7 @@ jobs:
run: |
gem install bundler
bin/bundle install --retry 3 --quiet
bin/bundle exec rails active_storage:install
bin/bundle exec rails db:create
bin/bundle exec rails db:migrate
bin/bundle exec rails test
Expand Down

0 comments on commit 5f9043b

Please sign in to comment.