Skip to content

Commit

Permalink
chore: updates ci test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpauldejong committed Aug 17, 2024
1 parent b478d08 commit 3fe2d09
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/minitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails-version: ['3.2', '4.0', '4.1', '4.2', '5.0', '5.1', '5.2', '6.0', '6.1', '7.0.1', '7.1']
rails-version: ['3.2', '4.0', '4.1', '4.2', '5.0', '5.1', '5.2', '6.0', '6.1', '7.0.1', '7.1', '7.2']
ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
exclude:
- rails-version: '3.2'
Expand Down Expand Up @@ -99,6 +99,17 @@ jobs:
ruby-version: '2.5'
- rails-version: '7.1'
ruby-version: '2.6'

- rails-version: '7.2'
ruby-version: '2.4'
- rails-version: '7.2'
ruby-version: '2.5'
- rails-version: '7.2'
ruby-version: '2.6'
- rails-version: '7.2'
ruby-version: '2.7'
- rails-version: '7.2'
ruby-version: '3.0'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 3fe2d09

Please sign in to comment.