Skip to content

Commit d5dd0aa

Browse files
cipolleschibillnbell3
authored andcommitted
Remove Ruby 2.7.7 tests from CircleCI (facebook#38611)
Summary: Pull Request resolved: facebook#38611 For Ruby tests, we are already testing the least recent (2.6.10) and the most recent version (3.2.0). Testig on 2.7.7 (a minor greater than 2.6.10) was an over-cautious measure we can safely remove now after few months where we saw that no changes broke this specific version of ruby. ## Changelog: [Internal] - Remove tests on Ruby 2.7.7 Reviewed By: cortinico Differential Revision: D47715594 fbshipit-source-id: 854b5e0369f390d8801b72f1231fe6ce30069e09
1 parent dd408d8 commit d5dd0aa

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,13 +1654,6 @@ workflows:
16541654
architecture: ["NewArch", "OldArch"]
16551655
jsengine: ["Hermes", "JSC"]
16561656
flavor: ["Debug", "Release"]
1657-
- test_ios_template:
1658-
requires:
1659-
- build_npm_package
1660-
name: "Test Template with Ruby 2.7.7"
1661-
ruby_version: "2.7.7"
1662-
architecture: "NewArch"
1663-
flavor: "Debug"
16641657
- test_ios_template:
16651658
requires:
16661659
- build_npm_package
@@ -1739,12 +1732,6 @@ workflows:
17391732
jsengine: "JSC"
17401733
flipper: "WithFlipper"
17411734
use_frameworks: "DynamicFrameworks"
1742-
- test_ios_rntester:
1743-
requires:
1744-
- build_hermes_macos
1745-
name: "Test RNTester with Ruby 2.7.7"
1746-
ruby_version: "2.7.7"
1747-
architecture: "NewArch"
17481735
- test_ios_rntester:
17491736
requires:
17501737
- build_hermes_macos
@@ -1759,12 +1746,6 @@ workflows:
17591746
architecture: ["NewArch", "OldArch"]
17601747
jsengine: ["Hermes", "JSC"]
17611748
use_frameworks: ["StaticLibraries", "DynamicFrameworks"]
1762-
- test_ios:
1763-
name: "Test iOS with Ruby 2.7.7"
1764-
run_unit_tests: true
1765-
requires:
1766-
- build_hermes_macos
1767-
ruby_version: "2.7.7"
17681749
- test_ios:
17691750
name: "Test iOS with Ruby 3.2.0"
17701751
run_unit_tests: true

0 commit comments

Comments
 (0)