We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963db8f commit d63dfacCopy full SHA for d63dfac
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: ruby/setup-ruby@v1
38
with:
39
bundler-cache: true
40
- ruby-version: "2.7"
+ ruby-version: "3.4"
41
- name: Hatchet setup
42
run: bundle exec hatchet ci:setup
43
- name: Run Hatchet integration tests
.github/workflows/hatchet_app_cleaner.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
- name: Run Hatchet destroy
29
# Only apps older than 10 minutes are destroyed, to ensure that any
30
# in progress CI runs are not interrupted.
Gemfile.lock
@@ -54,4 +54,4 @@ DEPENDENCIES
54
rspec-retry
55
56
BUNDLED WITH
57
- 2.1.4
+ 2.6.9
0 commit comments