@@ -25,16 +25,13 @@ jobs:
2525 lint :
2626 runs-on : ubuntu-20.04
2727 if : ${{ github.event_name == 'pull_request' }}
28- strategy :
29- matrix :
30- ruby-version : ['3.2', '3.3']
3128 steps :
3229 - uses : actions/checkout@v4
3330 with :
3431 fetch-depth : 0
3532 - uses : ruby/setup-ruby@v1
3633 with :
37- ruby-version : ${{ matrix.ruby }}
34+ ruby-version : " 3.3 "
3835 bundler-cache : true
3936 - run : ./bin/setup
4037 - run : bundle exec rake check:type
@@ -76,14 +73,11 @@ jobs:
7673 runs-on : ubuntu-20.04
7774 outputs :
7875 entries : ${{ steps.set-matrix.outputs.entries }}
79- strategy :
80- matrix :
81- ruby-version : ['3.2', '3.3']
8276 steps :
8377 - uses : actions/checkout@v4
8478 - uses : ruby/setup-ruby@v1
8579 with :
86- ruby-version : ${{ matrix.ruby-version}}
80+ ruby-version : " 3.3 "
8781 bundler-cache : true
8882 - run : ./bin/setup
8983 - run : rake ci:pin_build_manifest
10498 fail-fast : false
10599 matrix :
106100 entry : ${{ fromJson(needs.build-rake-task-matrix.outputs.entries) }}
107- ruby-version : ['3.2', '3.3']
108101 needs : [build-rake-task-matrix]
109102 runs-on : ubuntu-20.04
110103 steps :
@@ -150,7 +143,7 @@ jobs:
150143 - uses : ruby/setup-ruby@v1
151144 if : ${{ matrix.entry.test != '' }}
152145 with :
153- ruby-version : ${{ matrix.ruby-version }}
146+ ruby-version : " 3.3 "
154147 bundler-cache : false
155148 - name : rake ${{ matrix.entry.test }}
156149 run : |
@@ -167,9 +160,6 @@ jobs:
167160 needs : [rake-tasks]
168161 runs-on : ubuntu-20.04
169162 if : ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
170- strategy :
171- matrix :
172- ruby-version : ['3.2', '3.3']
173163 steps :
174164 - uses : actions/checkout@v4
175165 - uses : actions/download-artifact@v4
@@ -184,7 +174,7 @@ jobs:
184174 registry-url : https://registry.npmjs.org/
185175 - uses : ruby/setup-ruby@v1
186176 with :
187- ruby-version : ${{ matrix.ruby-version }}
177+ ruby-version : " 3.3 "
188178 bundler-cache : true
189179 - run : ./bin/setup
190180 - run : echo "PREREL_NAME=${{ inputs.prerel_name }}" >> $GITHUB_ENV
0 commit comments