Skip to content

Commit 2193aba

Browse files
authored
CI: add ruby-3.2 to matrix (#224)
* CI: add ruby-3.2 to matrix * remove ruby patch version from CI matrix
1 parent 8250040 commit 2193aba

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/benchmarks.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
ruby-version: ['3.1', '3.0', '2.7', '2.5.1', '2.4.3', 'ruby-head',
16-
'jruby-9.1.17.0', 'jruby-head', 'truffleruby-22.3.0',
17-
'truffleruby-head']
15+
ruby-version: [
16+
'ruby-head', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4',
17+
'jruby-head', 'jruby-9.1',
18+
'truffleruby-head', 'truffleruby-22'
19+
]
1820

1921
steps:
2022
- name: Set Share Env
@@ -36,7 +38,7 @@ jobs:
3638

3739
strategy:
3840
matrix:
39-
ruby-version: ['2.3.0', '2.1.9', '2.2.10']
41+
ruby-version: ['2.3', '2.2', '2.1']
4042

4143
steps:
4244
- name: Set Share Env
@@ -51,4 +53,4 @@ jobs:
5153
- name: Install dependencies
5254
run: bundle install
5355
- name: Run benchmarks
54-
run: bundle exec rake
56+
run: bundle exec rake

0 commit comments

Comments
 (0)