Skip to content

Commit 086a5c4

Browse files
committed
Add Ruby 3.2 to the CI matrix
1 parent c60ff79 commit 086a5c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
matrix:
3434
include:
3535
# Edge Rails (7.1) builds >= 2.7
36+
- ruby: 3.2
37+
allow_failure: true
38+
env:
39+
RAILS_VERSION: 'main'
3640
- ruby: 3.1
3741
allow_failure: true
3842
env:
@@ -47,6 +51,9 @@ jobs:
4751
RAILS_VERSION: 'main'
4852

4953
# Rails 7.0 builds >= 2.7
54+
- ruby: 3.2
55+
env:
56+
RAILS_VERSION: '~> 7.0.0'
5057
- ruby: 3.1
5158
env:
5259
RAILS_VERSION: '~> 7.0.0'

0 commit comments

Comments
 (0)