Skip to content

Commit 70dd6d5

Browse files
committed
Add Ruby 3.2, remove Ruby 2.6 in CI
1 parent 941e4fe commit 70dd6d5

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)