Skip to content

Allow ES8

Allow ES8 #497

Triggered via pull request August 23, 2024 08:46
Status Failure
Total duration 1m 38s
Artifacts

continuous-integration.yaml

on: pull_request
Coding style
20s
Coding style
Matrix: phpstan
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

78 errors and 59 warnings
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L73
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L138
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L151
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L165
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps): src/Index/TemplateResetter.php#L70
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps)
Process completed with exit code 1.
Coding style
Process completed with exit code 8.
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps): src/Index/AliasProcessor.php#L73
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps): src/Index/AliasProcessor.php#L138
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps): src/Index/AliasProcessor.php#L151
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps): src/Index/AliasProcessor.php#L165
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps): src/Index/TemplateResetter.php#L70
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps)
Process completed with exit code 1.
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L54
Method FOS\ElasticaBundle\Elastica\Client::request() overrides method Elastica\Client::request() but misses parameter #5 $contentType.
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L54
Parameter #4 $contentType (string) of method FOS\ElasticaBundle\Elastica\Client::request() is not contravariant with parameter #4 $query (array) of method Elastica\Client::request().
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L61
Call to an undefined method FOS\ElasticaBundle\Elastica\Client::createRequest().
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L64
Call to method asString() on an unknown class Elastic\Elasticsearch\Response\Elasticsearch.
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L64
Call to method getStatusCode() on an unknown class Elastic\Elasticsearch\Response\Elasticsearch.
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L67
Method FOS\ElasticaBundle\Elastica\Client::sendRequest() has invalid return type Elastic\Elasticsearch\Response\Elasticsearch.
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L67
Parameter $request of method FOS\ElasticaBundle\Elastica\Client::sendRequest() has invalid type Psr\Http\Message\RequestInterface.
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L73
Call to method getBody() on an unknown class Psr\Http\Message\RequestInterface.
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L76
Call to an undefined static method Elastica\Client::sendRequest().
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps): src/Elastica/Client.php#L79
Call to method getMethod() on an unknown class Psr\Http\Message\RequestInterface.
PHPStan (PHP 8.3, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L73
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L138
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L151
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L165
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 6.4.* + highest deps): src/Index/TemplateResetter.php#L70
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 6.4.* + highest deps)
Process completed with exit code 1.
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L73
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L138
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L151
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L165
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps): src/Index/TemplateResetter.php#L70
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps)
Process completed with exit code 1.
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L54
Declaration of FOS\ElasticaBundle\Elastica\Client::request(string $path, string $method = Elastica\Request::GET, $data = Array, string $contentType = Elastica\Request::DEFAULT_CONTENT_TYPE): Elastica\Response should be compatible with Elastica\Client::request(string $path, string $method = Elastica\Request::GET, $data = Array, array $query = Array, string $contentType = Elastica\Request::DEFAULT_CONTENT_TYPE): Elastica\Response
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L54
Method FOS\ElasticaBundle\Elastica\Client::request() overrides method Elastica\Client::request() but misses parameter #5 $contentType.
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L54
Parameter #4 $contentType (string) of method FOS\ElasticaBundle\Elastica\Client::request() is not contravariant with parameter #4 $query (array) of method Elastica\Client::request().
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L61
Call to an undefined method FOS\ElasticaBundle\Elastica\Client::createRequest().
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L64
Call to method asString() on an unknown class Elastic\Elasticsearch\Response\Elasticsearch.
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L64
Call to method getStatusCode() on an unknown class Elastic\Elasticsearch\Response\Elasticsearch.
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L67
Method FOS\ElasticaBundle\Elastica\Client::sendRequest() has invalid return type Elastic\Elasticsearch\Response\Elasticsearch.
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L67
Parameter $request of method FOS\ElasticaBundle\Elastica\Client::sendRequest() has invalid type Psr\Http\Message\RequestInterface.
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L73
Call to method getBody() on an unknown class Psr\Http\Message\RequestInterface.
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps): src/Elastica/Client.php#L76
Call to an undefined static method Elastica\Client::sendRequest().
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps): src/Index/AliasProcessor.php#L73
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps): src/Index/AliasProcessor.php#L138
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps): src/Index/AliasProcessor.php#L151
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps): src/Index/AliasProcessor.php#L165
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps): src/Index/TemplateResetter.php#L70
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps)
Process completed with exit code 1.
PHPStan (PHP 8.2, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L73
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L138
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L151
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L165
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 6.4.* + highest deps): src/Index/TemplateResetter.php#L70
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.2, Symfony 6.4.* + highest deps)
Process completed with exit code 1.
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L73
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L138
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L151
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps): src/Index/AliasProcessor.php#L165
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps): src/Index/TemplateResetter.php#L70
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps)
Process completed with exit code 1.
PHPStan (PHP 8.1, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L73
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L138
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L151
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 6.4.* + highest deps): src/Index/AliasProcessor.php#L165
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 6.4.* + highest deps): src/Index/TemplateResetter.php#L70
Call to an undefined method Elastica\Client::request().
PHPStan (PHP 8.1, Symfony 6.4.* + highest deps)
Process completed with exit code 1.
PHPUnit (PHP 8.3, Symfony 5.4.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
PHPUnit (PHP 8.2, Symfony 5.4.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
PHPUnit (PHP 8.1, Symfony 6.4.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
PHPUnit (PHP 8.2, Symfony 7.0.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
PHPUnit (PHP 8.3, Symfony 7.0.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
PHPUnit (PHP 7.4, Symfony 5.4.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
PHPUnit (PHP 8.2, Symfony 6.4.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
PHPUnit (PHP 8.1, Symfony 5.4.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
PHPUnit (PHP 8.3, Symfony 6.4.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coding style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Coding style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPStan (PHP 8.3, Symfony 6.4.* + highest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 8.3, Symfony 6.4.* + highest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 8.3, Symfony 6.4.* + highest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 7.4, Symfony 5.4.* + lowest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPStan (PHP 8.2, Symfony 6.4.* + highest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 8.2, Symfony 6.4.* + highest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 8.2, Symfony 6.4.* + highest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPStan (PHP 8.1, Symfony 6.4.* + highest deps)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 8.1, Symfony 6.4.* + highest deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan (PHP 8.1, Symfony 6.4.* + highest deps)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPUnit (PHP 8.3, Symfony 5.4.* + highest deps, ES 7.11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.3, Symfony 5.4.* + highest deps, ES 7.11.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit (PHP 8.3, Symfony 5.4.* + highest deps, ES 7.11.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPUnit (PHP 8.2, Symfony 5.4.* + highest deps, ES 7.11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.2, Symfony 5.4.* + highest deps, ES 7.11.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit (PHP 8.2, Symfony 5.4.* + highest deps, ES 7.11.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPUnit (PHP 8.1, Symfony 6.4.* + highest deps, ES 7.11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.1, Symfony 6.4.* + highest deps, ES 7.11.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit (PHP 8.1, Symfony 6.4.* + highest deps, ES 7.11.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPUnit (PHP 8.2, Symfony 7.0.* + highest deps, ES 7.11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.2, Symfony 7.0.* + highest deps, ES 7.11.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit (PHP 8.2, Symfony 7.0.* + highest deps, ES 7.11.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPUnit (PHP 8.3, Symfony 7.0.* + highest deps, ES 7.11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.3, Symfony 7.0.* + highest deps, ES 7.11.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit (PHP 8.3, Symfony 7.0.* + highest deps, ES 7.11.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPUnit (PHP 7.4, Symfony 5.4.* + highest deps, ES 7.11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 7.4, Symfony 5.4.* + highest deps, ES 7.11.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit (PHP 7.4, Symfony 5.4.* + highest deps, ES 7.11.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPUnit (PHP 8.2, Symfony 6.4.* + highest deps, ES 7.11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.2, Symfony 6.4.* + highest deps, ES 7.11.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit (PHP 8.2, Symfony 6.4.* + highest deps, ES 7.11.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPUnit (PHP 8.1, Symfony 5.4.* + highest deps, ES 7.11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.1, Symfony 5.4.* + highest deps, ES 7.11.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit (PHP 8.1, Symfony 5.4.* + highest deps, ES 7.11.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPUnit (PHP 8.3, Symfony 6.4.* + highest deps, ES 7.11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (PHP 8.3, Symfony 6.4.* + highest deps, ES 7.11.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit (PHP 8.3, Symfony 6.4.* + highest deps, ES 7.11.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/