File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ concurrency:
2424
2525jobs :
2626 # ADD NEW RUBIES HERE
27- ruby-35 :
28- name : " Ruby 3.5"
29- uses : ./.github/workflows/_unit_test.yml
30- with :
31- engine : ruby
32- version : " 3.5"
33- alias : ruby-35
34-
3527 ruby-34 :
3628 name : " Ruby 3.4"
3729 uses : ./.github/workflows/_unit_test.yml
@@ -145,7 +137,6 @@ jobs:
145137 DD_GIT_REPOSITORY_URL : " ${{ github.repositoryUrl }}"
146138 needs :
147139 # ADD NEW RUBIES HERE
148- - ruby-35
149140 - ruby-34
150141 - ruby-33
151142 - ruby-32
@@ -192,7 +183,6 @@ jobs:
192183 runs-on : ubuntu-24.04
193184 needs :
194185 # ADD NEW RUBIES HERE
195- - ruby-35
196186 - ruby-34
197187 - ruby-33
198188 - ruby-32
@@ -232,7 +222,6 @@ jobs:
232222 runs-on : ubuntu-24.04
233223 needs :
234224 # ADD NEW RUBIES HERE
235- - ruby-35
236225 - ruby-34
237226 - ruby-33
238227 - ruby-32
You can’t perform that action at this time.
0 commit comments