Skip to content

Commit

Permalink
CI: Only test Rails 7.2 and 8.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Dec 5, 2024
1 parent aa244df commit 743c990
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ workflows:
{
parameters:
{
rails: ["7.0", "7.1", "7.2"],
rails: ["7.2"],
ruby: ["3.1"],
database: ["mysql"],
paperclip: [true],
Expand All @@ -387,8 +387,8 @@ workflows:
{
parameters:
{
rails: ["7.0", "7.1", "7.2"],
ruby: ["3.1"],
rails: ["7.2"],
ruby: ["3.2"],
database: ["postgres"],
paperclip: [false],
},
Expand All @@ -399,8 +399,8 @@ workflows:
{
parameters:
{
rails: ["7.1"],
ruby: ["3.2"],
rails: ["7.2"],
ruby: ["3.3"],
database: ["sqlite"],
paperclip: [false],
},
Expand All @@ -411,8 +411,8 @@ workflows:
{
parameters:
{
rails: ["7.2", "main"],
ruby: ["3.3.5"],
rails: ["8.0"],
ruby: ["3.3"],
database: ["sqlite"],
paperclip: [false],
},
Expand Down

0 comments on commit 743c990

Please sign in to comment.