From a8abe177a48092f5979d05c6a1a27257447a41d4 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 21 Oct 2020 19:57:10 +0000 Subject: [PATCH] Build/Test Tools: Pass GitHub Action related environment variables to the Docker container. This ensures that `WP_UnitTestCase::skipOnAutomatedBranches()` has access to these variables so that time sensitive tests can be skipped when appropriate. This also updates that logic to be more clear. Follow up to [49264]. Props ocean90, johnbillion. See #50401, #49050, #47767. Built from https://develop.svn.wordpress.org/trunk@49267 git-svn-id: http://core.svn.wordpress.org/trunk@49029 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 2720606834..70a1d44a29 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta1-49266'; +$wp_version = '5.6-beta1-49267'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.