Skip to content

Commit

Permalink
CI: add ruby-3.2 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishigo974 committed Nov 4, 2023
1 parent 6a45bdf commit 483525e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:

strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7', '2.5.1', '2.4.3', 'ruby-head',
'jruby-9.1.17.0', 'jruby-head', 'truffleruby-22.3.0',
'truffleruby-head']
ruby-version: [
'ruby-head', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4',
'jruby-head', 'jruby-9.1',
'truffleruby-head', 'truffleruby-22'
]

steps:
- name: Set Share Env
Expand All @@ -36,7 +38,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.3.0', '2.1.9', '2.2.10']
ruby-version: ['2.3.0', '2.2', '2.1']

steps:
- name: Set Share Env
Expand Down

0 comments on commit 483525e

Please sign in to comment.