Skip to content

Commit 8464df8

Browse files
authored
Merge pull request ota42y#141 from ota42y/ota42y/version_up
rsupport ruby 3.2
2 parents efd5dd2 + b07e26f commit 8464df8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
os: [ubuntu-latest, macos-latest]
9-
ruby: [2.6, 2.7, '3.0', '3.1']
8+
os:
9+
- ubuntu-latest
10+
- macos-latest
11+
ruby:
12+
- "2.6"
13+
- "2.7"
14+
- "3.0"
15+
- "3.1"
16+
- "3.2"
17+
- ruby-head
1018
runs-on: ${{ matrix.os }}
1119
steps:
1220
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)