Skip to content

Commit 5ee23ca

Browse files
authored
Merge pull request #544 from petergoldstein/feature/add_ruby_3_2_to_ci
Adds Ruby 3.2 to CI. Updates checkout action version.
2 parents 7ab0e35 + 76b0625 commit 5ee23ca

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.github/workflows/ruby.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "2.7"
2424
- "3.0"
2525
- "3.1"
26+
- "3.2"
2627

2728
gemfile:
2829
- "rails_5_0"
@@ -41,6 +42,8 @@ jobs:
4142
gemfile: rails_5_0
4243
- ruby: '3.1'
4344
gemfile: rails_5_0
45+
- ruby: '3.2'
46+
gemfile: rails_5_0
4447
- ruby: head
4548
gemfile: rails_5_0
4649
- ruby: 2.7
@@ -49,6 +52,8 @@ jobs:
4952
gemfile: rails_5_1
5053
- ruby: '3.1'
5154
gemfile: rails_5_1
55+
- ruby: '3.2'
56+
gemfile: rails_5_1
5257
- ruby: head
5358
gemfile: rails_5_1
5459
- ruby: 2.2
@@ -59,6 +64,8 @@ jobs:
5964
gemfile: rails_5_2
6065
- ruby: '3.1'
6166
gemfile: rails_5_2
67+
- ruby: '3.2'
68+
gemfile: rails_5_2
6269
- ruby: head
6370
gemfile: rails_5_2
6471
- ruby: 2.2
@@ -71,6 +78,8 @@ jobs:
7178
gemfile: rails_6_0
7279
- ruby: '3.1'
7380
gemfile: rails_6_0
81+
- ruby: '3.2'
82+
gemfile: rails_6_0
7483
- ruby: head
7584
gemfile: rails_6_0
7685
- ruby: 2.2
@@ -108,23 +117,23 @@ jobs:
108117
- ruby: '3.1'
109118
gemfile: rails_head
110119
experimental: false
120+
- ruby: '3.2'
121+
gemfile: rails_head
122+
experimental: false
111123

112124
include:
113-
- ruby: 2.7
114-
gemfile: rails_head
115-
experimental: true
116-
- ruby: '3.0'
125+
- ruby: '3.1'
117126
gemfile: rails_head
118127
experimental: true
119-
- ruby: '3.1'
128+
- ruby: '3.2'
120129
gemfile: rails_head
121130
experimental: true
122131
- ruby: head
123132
gemfile: rails_head
124133
experimental: true
125134

126135
steps:
127-
- uses: actions/checkout@v2
136+
- uses: actions/checkout@v3
128137

129138
- uses: ruby/setup-ruby@v1
130139
with:

0 commit comments

Comments
 (0)