Skip to content

Commit cc5fef4

Browse files
Get Ruby 3.1 in CI
1 parent fac29a1 commit cc5fef4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
matrix:
3131
include:
3232
# Edge Rails (7.1) builds >= 2.7
33+
- ruby: 3.1
34+
allow_failure: true
35+
env:
36+
RAILS_VERSION: 'main'
3337
- ruby: '3.0'
3438
allow_failure: true
3539
env:
@@ -41,19 +45,19 @@ jobs:
4145

4246
# Rails 7.0 builds >= 2.7
4347
- ruby: 3.1
44-
allow_failure: true
4548
env:
4649
RAILS_VERSION: '~> 7.0.0'
4750
- ruby: '3.0'
48-
allow_failure: true
4951
env:
5052
RAILS_VERSION: '~> 7.0.0'
5153
- ruby: 2.7
52-
allow_failure: true
5354
env:
5455
RAILS_VERSION: '~> 7.0.0'
5556

5657
# Rails 6.1 builds >= 2.5
58+
- ruby: 3.1
59+
env:
60+
RAILS_VERSION: '~> 6.1.0'
5761
- ruby: '3.0'
5862
env:
5963
RAILS_VERSION: '~> 6.1.0'

0 commit comments

Comments
 (0)