Skip to content

Commit 783e823

Browse files
authored
ci: Weekly lockfile generation CI job (#2966)
1 parent 4b334ae commit 783e823

4 files changed

Lines changed: 418 additions & 1 deletion

File tree

.github/workflows/sentry_ruby_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal"
5858
- ruby_version: 3.2
5959
rack_version: 3.0
60+
redis_rb_version: 4.0
6061
- ruby_version: 3.3
6162
rack_version: 3.1
6263
redis_rb_version: 5.3

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16+
# needs to be kept in sync with the matrix in update_lockfiles.yml
1617
ruby-versions:
1718
uses: ruby/actions/.github/workflows/ruby_versions.yml@6d15c16f6259d657961bcdccf2598d3d53e90635
1819
with:

0 commit comments

Comments
 (0)