Skip to content

Commit a7f74b0

Browse files
committed
Add Rails 7.2 to CI matrix
1 parent 8c17b4e commit a7f74b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ jobs:
4444
env:
4545
RAILS_VERSION: 'main'
4646

47+
# Rails 7.2 builds >= 3.1
48+
- ruby: 3.3
49+
env:
50+
RAILS_VERSION: '~> 7.2.0'
51+
- ruby: 3.2
52+
env:
53+
RAILS_VERSION: '~> 7.2.0'
54+
- ruby: 3.1
55+
env:
56+
RAILS_VERSION: '~> 7.2.0'
57+
4758
# Rails 7.1 builds >= 2.7
4859
- ruby: 3.2
4960
env:

0 commit comments

Comments
 (0)