Skip to content

Commit

Permalink
Update rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored and cbeer committed Oct 19, 2022
1 parent aba4918 commit da7792c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ jobs:
strategy:
matrix:
ruby: [2.7, '3.0']
rails_version: ['6.1.6.1', '7.0.3.1']
rails_version: ['6.1.7', '7.0.4']
bootstrap_version: [null]
api: [null]
additional_engine_cart_rails_options: ['']
additional_name: ['']
include:
- ruby: '3.1'
rails_version: '7.0.3.1'
rails_version: '7.0.4'
additional_engine_cart_rails_options: -a propshaft
- ruby: '3.0'
rails_version: '7.0.3.1'
rails_version: '7.0.4'
bootstrap_version: '~> 4.0'
additional_name: '/ Bootstrap 4'
- ruby: '3.0'
rails_version: '7.0.3.1'
rails_version: '7.0.4'
api: 'true'
additional_engine_cart_rails_options: --api --skip-yarn
additional_name: '/ API'
Expand Down

0 comments on commit da7792c

Please sign in to comment.