File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - name : Install ruby version ${{ matrix.cfg.ruby }}
2020 uses : ruby/setup-ruby@v1
2121 with :
22- ruby-version : 3.2
22+ ruby-version : 3.3
2323
2424 - name : Bundle project
2525 run : |
Original file line number Diff line number Diff line change 1515 - name : Setup Ruby
1616 uses : ruby/setup-ruby@v1
1717 with :
18- ruby-version : 3.2
18+ ruby-version : 3.3
1919 - name : Create lock
2020 run : bundle lock
2121 - uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
21- - name : Install Ruby version 3.2
21+ - name : Install Ruby version 3.3
2222 uses : ruby/setup-ruby@v1
2323 with :
24- ruby-version : 3.2
24+ ruby-version : 3.3
2525 - name : Update rubygems and install gems
2626 run : |
2727 gem update --system --silent --no-document
You can’t perform that action at this time.
0 commit comments