File tree Expand file tree Collapse file tree
tests/integration/workflows/ruby_bundler Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ jobs:
322322 - run : pytest -vv tests/integration/workflows/python_uv
323323
324324 ruby-integration :
325- name : ${{ matrix.os }} / ${{ matrix.python }} / ruby
325+ name : ${{ matrix.os }} / ${{ matrix.python }} / ruby ${{ matrix.ruby }}
326326 if : github.repository_owner == 'aws'
327327 runs-on : ${{ matrix.os }}
328328 strategy :
@@ -333,14 +333,17 @@ jobs:
333333 - windows-latest
334334 python :
335335 - " 3.13"
336+ ruby :
337+ - " 3.2"
338+ - " 4.0"
336339 steps :
337340 - uses : actions/checkout@v6
338341 - uses : actions/setup-python@v6
339342 with :
340343 python-version : ${{ matrix.python }}
341344 - uses : ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1
342345 with :
343- ruby-version : " 3.2 "
346+ ruby-version : ${{ matrix.ruby }}
344347 - run : make init
345348 - run : pytest -vv tests/integration/workflows/ruby_bundler
346349
Original file line number Diff line number Diff line change 3232 "ruby3.2" ,
3333 "ruby3.3" ,
3434 "ruby3.4" ,
35+ "ruby4.0" ,
3536]
3637
3738# Java runtimes
Original file line number Diff line number Diff line change 2121 ("ruby3.2" ,),
2222 ("ruby3.3" ,),
2323 ("ruby3.4" ,),
24+ ("ruby4.0" ,),
2425 ],
2526)
2627class TestRubyWorkflow (TestCase ):
You can’t perform that action at this time.
0 commit comments