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 31
31
fetch-depth : 0
32
32
- uses : ruby/setup-ruby@v1
33
33
with :
34
- ruby-version : " 3.2 "
34
+ ruby-version : " 3.3 "
35
35
bundler-cache : true
36
36
- run : ./bin/setup
37
37
- run : bundle exec rake check:type
77
77
- uses : actions/checkout@v4
78
78
- uses : ruby/setup-ruby@v1
79
79
with :
80
- ruby-version : " 3.2 "
80
+ ruby-version : " 3.3 "
81
81
bundler-cache : true
82
82
- run : ./bin/setup
83
83
- run : rake ci:pin_build_manifest
98
98
fail-fast : false
99
99
matrix :
100
100
entry : ${{ fromJson(needs.build-rake-task-matrix.outputs.entries) }}
101
-
102
101
needs : [build-rake-task-matrix]
103
102
runs-on : ubuntu-20.04
104
103
steps :
@@ -144,7 +143,7 @@ jobs:
144
143
- uses : ruby/setup-ruby@v1
145
144
if : ${{ matrix.entry.test != '' }}
146
145
with :
147
- ruby-version : " 3.2 "
146
+ ruby-version : " 3.3 "
148
147
bundler-cache : false
149
148
- name : rake ${{ matrix.entry.test }}
150
149
run : |
@@ -175,7 +174,7 @@ jobs:
175
174
registry-url : https://registry.npmjs.org/
176
175
- uses : ruby/setup-ruby@v1
177
176
with :
178
- ruby-version : " 3.2 "
177
+ ruby-version : " 3.3 "
179
178
bundler-cache : true
180
179
- run : ./bin/setup
181
180
- run : echo "PREREL_NAME=${{ inputs.prerel_name }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments