File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 fetch-depth : 0
2424 ssh-key : ${{ secrets.RELEASE_SSH_KEY }}
2525 -
26- name : Set up Ruby 3.3
26+ name : Set up Ruby 3.4
2727 uses : ruby/setup-ruby@v1
2828 with :
29- ruby-version : " 3.3 "
29+ ruby-version : 3.4
3030 bundler-cache : true
3131 -
3232 name : Update version
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v4
18- - name : Set up Ruby 3.3
18+ - name : Set up Ruby 3.4
1919 uses : ruby/setup-ruby@v1
2020 with :
21- ruby-version : " 3.3 "
21+ ruby-version : 3.4
2222 bundler-cache : true
2323 - name : Lint
2424 run : bundle exec rake rubocop
3030 strategy :
3131 fail-fast : false
3232 matrix :
33- ruby : ["3.1 ", "3.2 ", "3.3 "]
33+ ruby : ["3.2 ", "3.3 ", "3.4 "]
3434 oj : [false, true]
3535 steps :
3636 - name : Checkout
Original file line number Diff line number Diff line change 1- 3.3 .2
1+ 3.4 .2
You can’t perform that action at this time.
0 commit comments