Skip to content

Commit 53374b2

Browse files
committed
ruby 3.5 is not compatible with rubocop
1 parent 7cf9a02 commit 53374b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ruby: ['2.7.8', '3.1.0','head'] # test only recommend Ruby version (and stable version on the GitHub action server)
12+
ruby: ['2.7.8', '3.1.0','3.4.4'] # test only recommend Ruby version (and stable version on the GitHub action server)
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)