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
This commit is contained in:
Marius Balteanu
2025-05-25 07:39:49 +00:00
parent bf3ab5d07b
commit ff6c0bd184

View File

@@ -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.