]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - upgrade Selenium::Remote::Driver
authorDylan William Hardison <dylan@hardison.net>
Fri, 8 Feb 2019 21:16:05 +0000 (16:16 -0500)
committerGitHub <noreply@github.com>
Fri, 8 Feb 2019 21:16:05 +0000 (16:16 -0500)
.circleci/config.yml
Dockerfile
Makefile.PL

index aa3cf49577534fe75fbca1e9a9e5ba6560887cc4..6a55540cde308ae9dc26ed316e759aee1e5adc98 100644 (file)
@@ -7,7 +7,7 @@ version: 2
 
 defaults:
   bmo_slim_image: &bmo_slim_image
-    image: mozillabteam/bmo-slim:20190208.1
+    image: mozillabteam/bmo-slim:20190208.2
     user: app
 
   mysql_image: &mysql_image
index 8c4c5fa056de1769c59fb981a56fec9306c870ac..ffaaede9948fd94fdc09c0ec3981f639f1c8e1a3 100644 (file)
@@ -1,4 +1,4 @@
-FROM mozillabteam/bmo-slim:20190208.1
+FROM mozillabteam/bmo-slim:20190208.2
 
 ARG CI
 ARG CIRCLE_SHA1
index 35704e6914748bbe9c6d4366267c7d74a3b27f66..9df452927b634a3b283e4b193ec1fdb8ed8c6547 100755 (executable)
@@ -109,6 +109,7 @@ my %test_requires = (
   'Test::More'                      => 0,
   'Test::Perl::Critic::Progressive' => 0,
   'Test::Selenium::Firefox'         => 0,
+  'Selenium::Remote::Driver'        => 1.31,
   'Test::WWW::Selenium'             => 0,
   'Test2::V0'                       => 0,
 );