From 968ec9e0939fdb4095288955d282ba3cbd1f356b Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 18 Sep 2025 04:12:50 -0700 Subject: [PATCH] Unpin version from react-native-android in run_fantom_tests (#53795) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53795 I've published another docker image that should now work and unblock `run_fantom_tests` so we don't need to pin the version to `v18.0` anymore: https://github.com/react-native-community/docker-android Changelog: [Internal] [Changed] - Reviewed By: huntie Differential Revision: D82532516 fbshipit-source-id: 980c2feb053f9d096e70f37bb690e18cc8b87dc0 --- .github/workflows/test-all.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 34aeb989cba..cca5c3385b3 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -383,8 +383,7 @@ jobs: runs-on: 8-core-ubuntu needs: [set_release_type] container: - # Version is pinned to v18.0 to unblock `run_fantom_tests` - see https://github.com/react-native-community/docker-android/pull/242#issuecomment-3280029122 - image: reactnativecommunity/react-native-android:v18.0 + image: reactnativecommunity/react-native-android:latest env: TERM: "dumb" GRADLE_OPTS: "-Dorg.gradle.daemon=false"