Skip to content

Commit

Permalink
Expand matrix for more recent versions
Browse files Browse the repository at this point in the history
This adds some extra coverage for combinations of newer versions of Ruby
and Rails.

A number of the other versions are EOL or soon-to-be EOL, and we'll
probably drop them anyway whenever we do another major release of
factory_bot_rails.
  • Loading branch information
composerinteralia committed Apr 20, 2023
1 parent fdf7435 commit 30c85d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
strategy:
fail-fast: false
matrix:
rails: ["7.0"]
ruby: [3.2]
rails: ["7.0", "6.1"]
ruby: ["3.2", "3.1"]
include:
- rails: "6.1"
ruby: "3.1"
- rails: "6.1"
ruby: "3.0"
- rails: "6.1"
Expand Down

0 comments on commit 30c85d5

Please sign in to comment.