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.
2 parents 683c27b + 94235b4 commit c7c0dd3Copy full SHA for c7c0dd3
2 files changed
.circleci/config.yml
@@ -99,6 +99,7 @@ workflows:
99
- ruby:3.3
100
- ruby:3.4
101
- ruby:latest
102
+ - ruby:4.0-rc
103
- jruby:latest
104
gemfile:
105
- Gemfile
@@ -113,7 +114,7 @@ workflows:
113
114
weekly:
115
triggers:
116
- schedule:
- cron: "0 3 * * 0"
117
+ cron: "0 3 * * *"
118
filters:
119
branches:
120
only:
mise.toml
@@ -0,0 +1,2 @@
1
+[tools]
2
+ruby = "3.4.8"
0 commit comments