Skip to content

Commit 7733738

Browse files
Adds Ruby 3.2 to the CI matrix.
1 parent 51b9845 commit 7733738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
10+
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set up Ruby ${{ matrix.ruby }}
1515
uses: ruby/setup-ruby@v1
1616
with:

0 commit comments

Comments
 (0)