Skip to content

Commit 1d2d1a3

Browse files
authored
Merge pull request #1276 from basecamp/flavorjones/ci-green-20260109
ci: get green (2026-01-09 edition)
2 parents 36a2c89 + 2a8dbcc commit 1d2d1a3

File tree

2 files changed

+8
-4
lines changed
  • .github/workflows
  • action_text-trix/app/assets/javascripts

2 files changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
bundle add action_text-trix --path ".."
7474
bundle show --paths action_text-trix
7575
- name: Action Text tests
76+
env:
77+
RACK_ENV: test # see https://github.com/rails/rails/issues/56563
7678
run: |
7779
cd rails/actiontext
7880
bundle exec rake test test:system
@@ -103,16 +105,18 @@ jobs:
103105
rails_branch: 8-1-stable
104106
- ruby: "3.4"
105107
rails_branch: 8-1-stable
108+
- ruby: "4.0"
109+
rails_branch: 8-1-stable
106110

107-
- ruby: "3.2"
108-
rails_branch: main
109-
experimental: true
110111
- ruby: "3.3"
111112
rails_branch: main
112113
experimental: true
113114
- ruby: "3.4"
114115
rails_branch: main
115116
experimental: true
117+
- ruby: "4.0"
118+
rails_branch: main
119+
experimental: true
116120

117121
- ruby: head
118122
rails_branch: main

action_text-trix/app/assets/javascripts/trix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Trix 2.1.16
3-
Copyright © 2025 37signals, LLC
3+
Copyright © 2026 37signals, LLC
44
*/
55
(function (global, factory) {
66
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

0 commit comments

Comments
 (0)