Skip to content

Commit c7c0dd3

Browse files
authored
Merge pull request #777 from freerange/add-ruby-v4.0-rc-to-ci-build-matrix
Add Ruby v4.0-rc to CI build matrix & change weekly build to nightly & change weekly build to nightly
2 parents 683c27b + 94235b4 commit c7c0dd3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ workflows:
9999
- ruby:3.3
100100
- ruby:3.4
101101
- ruby:latest
102+
- ruby:4.0-rc
102103
- jruby:latest
103104
gemfile:
104105
- Gemfile
@@ -113,7 +114,7 @@ workflows:
113114
weekly:
114115
triggers:
115116
- schedule:
116-
cron: "0 3 * * 0"
117+
cron: "0 3 * * *"
117118
filters:
118119
branches:
119120
only:

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
ruby = "3.4.8"

0 commit comments

Comments
 (0)