Skip to content

Commit 1e5ad01

Browse files
authored
chore(ci): add ruby 4.0 and bump rails 8.1.x to latest (#2958)
1 parent 7c7cd59 commit 1e5ad01

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/sentry_rails_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,12 @@ jobs:
5252
rails_version: "8.0.0"
5353
- ruby_version: "3.4"
5454
rails_version: "8.0.0"
55+
- ruby_version: "4.0"
56+
rails_version: "8.0.0"
5557
- ruby_version: "3.4"
56-
rails_version: "8.1.0"
58+
rails_version: "8.1.3"
59+
- ruby_version: "4.0"
60+
rails_version: "8.1.3"
5761
- ruby_version: "3.2"
5862
rails_version: 7.1.0
5963
options:

0 commit comments

Comments
 (0)