File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- ruby : ['3.1', '3.2', '3.3']
19+ ruby : ['3.1', '3.2', '3.3', '3.4' ]
2020 steps :
2121 - name : Harden Runner
2222 uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
7171 useBuildpacks : false
7272 validateConcurrency : true
7373 cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target concurrent_http_func --signature-type http'"
74-
74+
Original file line number Diff line number Diff line change 1515 if : ${{ github.repository == 'GoogleCloudPlatform/functions-framework-ruby' }}
1616 strategy :
1717 matrix :
18- os : [ubuntu-latest, windows-latest ]
19- ruby : ['3.1', '3.2', '3.3']
18+ os : [ubuntu-latest]
19+ ruby : ['3.1', '3.2', '3.3', '3.4' ]
2020 flags : ["--only --test-unit"]
2121 include :
2222 - os : ubuntu-latest
2929 ruby : " 3.1"
3030 flags : " --only --test-unit"
3131 - os : windows-latest
32- ruby : " 3.1 "
32+ ruby : " 3.2 " # 3.1 fails similar to https://github.com/rubygems/rubygems/issues/4338
3333 flags : " --only --test-unit"
3434 - os : ubuntu-latest
3535 ruby : " 3.1"
You can’t perform that action at this time.
0 commit comments