From 6ec1bb67be3e008a32eccfbf5059f8e7dc8576b8 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 25 May 2025 07:40:32 +0000 Subject: [PATCH] Use Ruby 3.2 to run system tests on CI on 5.1-stable (#42770, #42688). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23798 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 132ac8731..481cd38a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,7 +75,7 @@ jobs: uses: ./.github/actions/setup-redmine with: db-type: sqlite3 - ruby-version: '3.4' + ruby-version: '3.2' # System tests use Chrome and ChromeDriver installed on the GitHub Actions Ubuntu image. # They are generally updated to the latest stable versions.