Skip to content

Commit c3e63e1

Browse files
authored
Merge pull request #195 from Shopify/cbruckmayer/ruby-3.2
🎅 Add Ruby 3.2, remove Ruby 2.6 in CI
2 parents 941e4fe + 70dd6d5 commit c3e63e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
18+
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)