Skip to content

Commit 738f0f1

Browse files
justin808claude
andcommitted
Fix Ruby version in CI workflows to match Gemfile
Update Ruby version from 3.4.6 to 3.4.3 in all CI workflow files (js_test.yml, lint_test.yml, rspec_test.yml) to match the version specified in the Gemfile and .ruby-version file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bb3422d commit 738f0f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/js_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node: [22.x]
17-
ruby: [3.4.6]
17+
ruby: [3.4.3]
1818

1919
env:
2020
RAILS_ENV: test

.github/workflows/lint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node: [22.x]
17-
ruby: [3.4.6]
17+
ruby: [3.4.3]
1818

1919
env:
2020
RAILS_ENV: test

.github/workflows/rspec_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node: [22.x]
17-
ruby: [3.4.6]
17+
ruby: [3.4.3]
1818

1919
services:
2020
postgres:

0 commit comments

Comments
 (0)