Skip to content

Commit cf4c35a

Browse files
committed
Drop RSpec CI / Ruby: 3.2, Rails: ~> 6.1.0
Not applicable for ruby 3.2 as it is not supported. See: rails/rails#46883 (comment)
1 parent 5e3eda5 commit cf4c35a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ jobs:
6565
RAILS_VERSION: "~> 7.0.0"
6666

6767
# Rails 6.1 builds >= 2.5
68-
- ruby: "3.2"
69-
env:
70-
RAILS_VERSION: "~> 6.1.0"
68+
# Not applicable for ruby 3.2 as it is not supported.
69+
# See: https://github.com/rails/rails/issues/46883#issuecomment-1371325906
7170
- ruby: "3.1"
7271
env:
7372
RAILS_VERSION: "~> 6.1.0"

0 commit comments

Comments
 (0)