Skip to content

Commit

Permalink
Add ruby 3.1.6 to test matrix for AR versions 7.0.x and 7.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscruz committed Nov 29, 2024
1 parent 3ff99c5 commit 7c563d2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,19 @@ jobs:

strategy:
matrix:
ruby: [3.2.5, 3.3.5]
rails: ['~> 7.0.0', '~> 7.1.0', '~> 8.0.0']
ruby:
- 3.2.5
- 3.3.5
rails:
- '~> 7.0.0'
- '~> 7.1.0'
- '~> 8.0.0'
include:
- ruby: 3.1.6
rails: '~> 7.0.0'
- ruby: 3.1.6
rails: '~> 7.1.0'

name: Ruby ${{ matrix.ruby }} / ActiveRecord ${{ matrix.rails }}
services:
postgres_primary:
Expand Down

0 comments on commit 7c563d2

Please sign in to comment.