remove support for webkit (#262)

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2025-03-18 15:00:55 +01:00
committed by GitHub
parent 4a9b651235
commit 2bbc5d713d
2 changed files with 1 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@ Supported `polkadot-sdk` rev:`c29e72a8628835e34deb6aa7db9a78a2e4eabcee`
- Support for solc v0.8.29
### Changed
- Runner `resolc` using webkit is no longer supported.
### Fixed
-5
View File
@@ -35,11 +35,6 @@ module.exports = defineConfig({
name: "firefox",
use: { ...devices["Desktop Firefox"] },
},
{
name: "webkit",
use: { ...devices["Desktop Safari"] },
},
],
/* Run your local dev server before starting the tests */