Skip to content

Commit

Permalink
[CI] Move ruby 3.0 from matrix to include
Browse files Browse the repository at this point in the history
excluding Rails edge that stopped supporting Ruby 3.0
  • Loading branch information
amatsuda committed Jan 5, 2024
1 parent d1b09a0 commit e3fa571
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,27 @@ jobs:
name: Ruby ${{ matrix.ruby_version }} / Rails ${{ matrix.rails_version }}${{ matrix.api == '1' && ' / API' || '' }}
strategy:
matrix:
ruby_version: [ruby-head, '3.2', '3.1', '3.0']
ruby_version: [ruby-head, '3.2', '3.1']
rails_version: [edge, '7.1', '7.0', '6.1']
api: ['0', '1']

include:
- ruby_version: '3.0'
rails_version: '7.1'
- ruby_version: '3.0'
rails_version: '7.1'
api: '1'
- ruby_version: '3.0'
rails_version: '7.0'
- ruby_version: '3.0'
rails_version: '7.0'
api: '1'
- ruby_version: '3.0'
rails_version: '6.1'
- ruby_version: '3.0'
rails_version: '6.1'
api: '1'

- ruby_version: '2.7'
rails_version: '7.1'
- ruby_version: '2.7'
Expand Down

0 comments on commit e3fa571

Please sign in to comment.