Skip to content

Commit cea3fed

Browse files
committed
[CI] Rails 8.1 does not support Ruby 3.1
1 parent ba6ebbe commit cea3fed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ jobs:
9898
rails_version: '4.2'
9999
bundler_version: '1'
100100

101+
exclude:
102+
- ruby_version: '3.1'
103+
rails_version: edge
104+
- ruby_version: '3.1'
105+
rails_version: edge
106+
api: '1'
107+
101108
env:
102109
RAILS_VERSION: ${{ matrix.rails_version }}
103110
API: ${{ matrix.api }}

0 commit comments

Comments
 (0)