Skip to content

Commit 42d426d

Browse files
committed
Update Ruby version to 3.4 in CI workflow
Bumps the Ruby version from 3.3 to 3.4 in the GitHub Actions CI configuration for both Jekyll and Rails jobs to ensure compatibility with the latest Ruby release.
1 parent 1d9e350 commit 42d426d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: 3.3
22+
ruby-version: 3.4
2323
bundler-cache: true
2424
- name: Jekyll Build
2525
run: bundle exec jekyll build
@@ -40,7 +40,7 @@ jobs:
4040
run: cd rails && git fetch --depth=1 origin refs/tags/v8*:refs/tags/v8*
4141
- uses: ruby/setup-ruby@v1
4242
with:
43-
ruby-version: 3.3
43+
ruby-version: 3.4
4444
bundler-cache: true
4545
- name: Doc Build
4646
run: rake build

0 commit comments

Comments
 (0)