From 9cfe4db38589504a47ddc08f20c323cd173eb719 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 9 Sep 2025 11:54:24 +0200 Subject: [PATCH] Add Solidus v4.6 as current version --- src/commands/run-tests-solidus-current.yml | 4 ++-- src/commands/run-tests-solidus-main.yml | 2 +- src/commands/run-tests-solidus-older.yml | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/commands/run-tests-solidus-current.yml b/src/commands/run-tests-solidus-current.yml index a7f3e2c..ad971a6 100644 --- a/src/commands/run-tests-solidus-current.yml +++ b/src/commands/run-tests-solidus-current.yml @@ -8,6 +8,6 @@ parameters: steps: - test-branch: - branch: v4.5 - rails_version: "~> 7.2" + branch: v4.6 + rails_version: "~> 8.0.0" working_directory: <> diff --git a/src/commands/run-tests-solidus-main.yml b/src/commands/run-tests-solidus-main.yml index 8c76dde..c66f3fe 100644 --- a/src/commands/run-tests-solidus-main.yml +++ b/src/commands/run-tests-solidus-main.yml @@ -9,5 +9,5 @@ parameters: steps: - test-branch: branch: main - rails_version: "~> 8.0" + rails_version: "~> 8.0.0" working_directory: <> diff --git a/src/commands/run-tests-solidus-older.yml b/src/commands/run-tests-solidus-older.yml index a76e1e7..69f8c40 100644 --- a/src/commands/run-tests-solidus-older.yml +++ b/src/commands/run-tests-solidus-older.yml @@ -7,6 +7,10 @@ parameters: default: "~/project" steps: + - test-branch: + branch: v4.5 + rails_version: "~> 8.0.0" + working_directory: <> - test-branch: branch: v4.4 rails_version: "~> 7.2.0"