From ff6c0bd1847a876d1e3ba7227d3698c84f75e14d Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 25 May 2025 07:39:49 +0000 Subject: [PATCH] Use Ruby 3.3 to run system tests on CI on 6.0-stable (#42770, #42688). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23797 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 ccaa716c3..081dbc6a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,7 +79,7 @@ jobs: uses: ./.github/actions/setup-redmine with: db-type: sqlite3 - ruby-version: '3.4' + ruby-version: '3.3' # System tests use Chrome and ChromeDriver installed on the GitHub Actions Ubuntu image. # They are generally updated to the latest stable versions.