Skip to content

Commit 608dd01

Browse files
selenium-cigithub-actions[bot]
authored andcommitted
Update supported versions for Chrome DevTools
1 parent 6d67c0a commit 608dd01

34 files changed

+390
-151
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ JAVA_RELEASE_TARGETS = %w[
9999
//java/src/org/openqa/selenium/chromium:chromium.publish
100100
//java/src/org/openqa/selenium/devtools/v131:v131.publish
101101
//java/src/org/openqa/selenium/devtools/v132:v132.publish
102-
//java/src/org/openqa/selenium/devtools/v130:v130.publish
102+
//java/src/org/openqa/selenium/devtools/v133:v133.publish
103103
//java/src/org/openqa/selenium/devtools/v85:v85.publish
104104
//java/src/org/openqa/selenium/edge:edge.publish
105105
//java/src/org/openqa/selenium/firefox:firefox.publish
@@ -790,7 +790,7 @@ namespace :dotnet do
790790
sh 'docfx dotnet/docs/docfx.json'
791791
rescue StandardError
792792
case $CHILD_STATUS.exitstatus
793-
when 130
793+
when 133
794794
raise 'Ensure the dotnet/tools directory is added to your PATH environment variable (e.g., `~/.dotnet/tools`)'
795795
when 255
796796
puts '.NET documentation build failed, likely because of DevTools namespacing. This is ok; continuing'

0 commit comments

Comments
 (0)