diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 3096e5fd894..5f936c1bcec 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -4,7 +4,6 @@ name: End to End tests on: - pull_request: null push: branches: - main @@ -22,7 +21,7 @@ jobs: - 'e2e/parse-php7-code' - 'e2e/parse-php8-code' - name: End to end test - ${{ matrix.directory }} + name: Tests on PHP ${{ matrix.php_version }} - ${{ matrix.directory }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/e2e_diff.yaml b/.github/workflows/e2e_diff.yaml index 9eb00429dc7..76944c3a1dd 100644 --- a/.github/workflows/e2e_diff.yaml +++ b/.github/workflows/e2e_diff.yaml @@ -4,7 +4,6 @@ name: End to End tests that expect diff on: - pull_request: null push: branches: - main @@ -19,7 +18,7 @@ jobs: directory: - 'e2e/attributes' - name: End to end test with diff - ${{ matrix.directory }} + name: Tests with diffs on PHP ${{ matrix.php_version }} - ${{ matrix.directory }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/e2e_global.yaml b/.github/workflows/e2e_global.yaml index a63793cc1bd..f50f7c9c3e5 100644 --- a/.github/workflows/e2e_global.yaml +++ b/.github/workflows/e2e_global.yaml @@ -1,7 +1,6 @@ name: End to End global tests on: - pull_request: null push: branches: - main diff --git a/.github/workflows/e2e_php72.yaml b/.github/workflows/e2e_php72.yaml index 32953990c98..3583da0ae31 100644 --- a/.github/workflows/e2e_php72.yaml +++ b/.github/workflows/e2e_php72.yaml @@ -1,7 +1,6 @@ name: End to End tests on PHP 7.2 on: - pull_request: null push: branches: - main diff --git a/.github/workflows/e2e_php74.yaml b/.github/workflows/e2e_php74.yaml index d2975950692..f06771fc6b4 100644 --- a/.github/workflows/e2e_php74.yaml +++ b/.github/workflows/e2e_php74.yaml @@ -4,7 +4,6 @@ name: End to End tests on PHP 7.4 on: - pull_request: null push: branches: - main diff --git a/.github/workflows/standalone_rule_test.yaml b/.github/workflows/standalone_rule_test.yaml index a7aa6fa4f92..6435cf6d0fb 100644 --- a/.github/workflows/standalone_rule_test.yaml +++ b/.github/workflows/standalone_rule_test.yaml @@ -1,7 +1,6 @@ name: Standalone Rule Test on: - pull_request: null push: branches: - main diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 434ae6bf0ee..8defa7f84b0 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = '5879d88416676e80021ce61eb169c4d70422b2bf'; + public const PACKAGE_VERSION = '07f9aa02529af0e5a33c6ee98a2d2730d813ee2b'; /** * @api * @var string */ - public const RELEASE_DATE = '2023-09-27 16:32:24'; + public const RELEASE_DATE = '2023-09-27 16:34:49'; /** * @var int */ diff --git a/vendor/autoload.php b/vendor/autoload.php index aaa97a82c18..8a98d31971f 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) { require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit2a3fdd042a5da954a70711c107a75fed::getLoader(); +return ComposerAutoloaderInitdb13bbdace186f0564906df0e5103325::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index ddac6f8af09..9bcb881eac4 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit2a3fdd042a5da954a70711c107a75fed +class ComposerAutoloaderInitdb13bbdace186f0564906df0e5103325 { private static $loader; @@ -22,17 +22,17 @@ class ComposerAutoloaderInit2a3fdd042a5da954a70711c107a75fed return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit2a3fdd042a5da954a70711c107a75fed', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitdb13bbdace186f0564906df0e5103325', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit2a3fdd042a5da954a70711c107a75fed', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitdb13bbdace186f0564906df0e5103325', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit2a3fdd042a5da954a70711c107a75fed::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitdb13bbdace186f0564906df0e5103325::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit2a3fdd042a5da954a70711c107a75fed::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitdb13bbdace186f0564906df0e5103325::$files; $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 7d81c4031a5..fc88c481207 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit2a3fdd042a5da954a70711c107a75fed +class ComposerStaticInitdb13bbdace186f0564906df0e5103325 { public static $files = array ( 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', @@ -2600,9 +2600,9 @@ class ComposerStaticInit2a3fdd042a5da954a70711c107a75fed public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit2a3fdd042a5da954a70711c107a75fed::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit2a3fdd042a5da954a70711c107a75fed::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit2a3fdd042a5da954a70711c107a75fed::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitdb13bbdace186f0564906df0e5103325::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitdb13bbdace186f0564906df0e5103325::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitdb13bbdace186f0564906df0e5103325::$classMap; }, null, ClassLoader::class); }