devtools: update targeted firefox version. (#35792)

Currently connected version is old(130.0). The minimum
supported version is (133.0a1).

Signed-off-by: atbrakhi <atbrakhi@igalia.com>
This commit is contained in:
atbrakhi 2025-03-05 07:08:40 +01:00 committed by GitHub
parent d9ea724abd
commit 8cf3e3842a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ impl Actor for DeviceActor {
apptype: "servo".to_string(),
version: env!("CARGO_PKG_VERSION").to_string(),
appbuildid: BUILD_ID.to_string(),
platformversion: "130.0".to_string(),
platformversion: "133.0".to_string(),
brand_name: "Servo".to_string(),
},
};