Skip to content

Commit 55d4e21

Browse files
authored
[ci] exclude head from the matrix for now (#2624)
Rack broke (all versions) raising this: LoadError: cannot load such file -- cgi/cookie
1 parent b9fc537 commit 55d4e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sentry_ruby_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
rack_version: 3.1
5454
redis_rb_version: 5.3
5555
exclude:
56+
- ruby_version: 'head' # all rack versions are broken now under head
5657
- ruby_version: 'jruby'
5758
- ruby_version: 'jruby-head'
5859
steps:

0 commit comments

Comments
 (0)