Skip to content

Bump ruby from 3.3 to 3.4 #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ci.yml
  • Loading branch information
toshimaru committed Jan 19, 2025
commit 4f7748dc4bcf88ffc7f01059d85dd36bfe9025e1
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' '); do
git fetch --depth=1 origin refs/tags/v${version}*:refs/tags/v${version}*
done
- run: sudo apt-get install -q libedit2
- run: sudo apt-get install -q libedit-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
Expand Down
Loading