Skip to content

Commit d7bbf2c

Browse files
authored
Merge pull request #265 from line/tokuhirom-patch-1
Update CI target version of the ruby
2 parents bbf6290 + 9ce9db9 commit d7bbf2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
10+
# https://www.ruby-lang.org/en/downloads/branches/
11+
ruby: [ '2.7', '3.0', '3.1' ]
1112
name: Ruby v${{ matrix.ruby }}
1213
steps:
1314
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)