Skip to content

Commit bfed972

Browse files
committed
Add Ruby 3.3 x Rails 7.1 to CI matrix
1 parent 97f4f49 commit bfed972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
RAILS_VERSION: '~> 7.2.0'
5757

5858
# Rails 7.1 builds >= 2.7
59+
- ruby: 3.3
60+
env:
61+
RAILS_VERSION: '~> 7.1.0'
5962
- ruby: 3.2
6063
env:
6164
RAILS_VERSION: '~> 7.1.0'

0 commit comments

Comments
 (0)