Skip to content

Commit 6b6e0d2

Browse files
committed
Update Ruby version in CI
1 parent 963db8f commit 6b6e0d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: ruby/setup-ruby@v1
3838
with:
3939
bundler-cache: true
40-
ruby-version: "2.7"
40+
ruby-version: "3.4"
4141
- name: Hatchet setup
4242
run: bundle exec hatchet ci:setup
4343
- name: Run Hatchet integration tests

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ DEPENDENCIES
5454
rspec-retry
5555

5656
BUNDLED WITH
57-
2.1.4
57+
2.6.9

0 commit comments

Comments
 (0)