File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3131 fetch-depth : 0
3232 - uses : ruby/setup-ruby@v1
3333 with :
34- ruby-version : " 3.2 "
34+ ruby-version : " 3.3 "
3535 bundler-cache : true
3636 - run : ./bin/setup
3737 - run : bundle exec rake check:type
7777 - uses : actions/checkout@v4
7878 - uses : ruby/setup-ruby@v1
7979 with :
80- ruby-version : " 3.2 "
80+ ruby-version : " 3.3 "
8181 bundler-cache : true
8282 - run : ./bin/setup
8383 - run : rake ci:pin_build_manifest
9898 fail-fast : false
9999 matrix :
100100 entry : ${{ fromJson(needs.build-rake-task-matrix.outputs.entries) }}
101-
102101 needs : [build-rake-task-matrix]
103102 runs-on : ubuntu-20.04
104103 steps :
@@ -144,7 +143,7 @@ jobs:
144143 - uses : ruby/setup-ruby@v1
145144 if : ${{ matrix.entry.test != '' }}
146145 with :
147- ruby-version : " 3.2 "
146+ ruby-version : " 3.3 "
148147 bundler-cache : false
149148 - name : rake ${{ matrix.entry.test }}
150149 run : |
@@ -175,7 +174,7 @@ jobs:
175174 registry-url : https://registry.npmjs.org/
176175 - uses : ruby/setup-ruby@v1
177176 with :
178- ruby-version : " 3.2 "
177+ ruby-version : " 3.3 "
179178 bundler-cache : true
180179 - run : ./bin/setup
181180 - run : echo "PREREL_NAME=${{ inputs.prerel_name }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments