Skip to content

Commit d63dfac

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

.github/workflows/hatchet_app_cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ruby/setup-ruby@v1
2525
with:
2626
bundler-cache: true
27-
ruby-version: "2.7"
27+
ruby-version: "3.4"
2828
- name: Run Hatchet destroy
2929
# Only apps older than 10 minutes are destroyed, to ensure that any
3030
# in progress CI runs are not interrupted.

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)