Skip to content

Commit f8fe010

Browse files
authored
Add Ruby3.1 to CI (#29)
1 parent e76d4f2 commit f8fe010

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
runs-on: ${{ matrix.os }}-latest
77
strategy:
88
matrix:
9-
os: ['ubuntu', 'macos']
10-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
9+
os: [ 'ubuntu', 'macos' ]
10+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1' ]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)