Symfony 7 support #453
Annotations
68 errors and 125 warnings
PHPUnit (PHP 8.3, Symfony 7.0.* + highest deps, ES 7.11.0)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- knplabs/knp-components[v2.4.0, ..., v2.5.1] require php ^7.2 -> your php version (8.3.3) does not satisfy that requirement.
- knplabs/knp-components[v3.0.0, ..., v3.0.2] require symfony/http-foundation ^4.4 || ^5.1 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.1.0, ..., v5.4.35] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components[v3.1.0, ..., v3.2.0] require symfony/http-foundation ^4.4 || ^5.2 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.2.0, ..., v5.4.35] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components v3.3.0 requires symfony/http-foundation ^4.4 || ^5.3 || ^6.0 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.3.0, ..., v5.4.35, v6.0.0, ..., v6.4.4] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components[v3.4.0, ..., v3.6.0] require symfony/http-foundation ^4.4 || ^5.4 || ^6.0 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.4.0, ..., v5.4.35, v6.0.0, ..., v6.4.4] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires knplabs/knp-components ^2.4 || ^3.0 -> satisfiable by knplabs/knp-components[v2.4.0, ..., v2.5.1, v3.0.0, ..., v3.6.0].
|
PHPUnit (PHP 8.3, Symfony 7.0.* + highest deps, ES 7.11.0)
The process '/usr/local/bin/composer' failed with exit code 2
|
Coding style
Process completed with exit code 8.
|
PHPUnit (PHP 8.2, Symfony 7.0.* + highest deps, ES 7.11.0)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- knplabs/knp-components[v2.4.0, ..., v2.5.1] require php ^7.2 -> your php version (8.2.15) does not satisfy that requirement.
- knplabs/knp-components[v3.0.0, ..., v3.0.2] require symfony/http-foundation ^4.4 || ^5.1 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.1.0, ..., v5.4.35] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components[v3.1.0, ..., v3.2.0] require symfony/http-foundation ^4.4 || ^5.2 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.2.0, ..., v5.4.35] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components v3.3.0 requires symfony/http-foundation ^4.4 || ^5.3 || ^6.0 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.3.0, ..., v5.4.35, v6.0.0, ..., v6.4.4] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components[v3.4.0, ..., v3.6.0] require symfony/http-foundation ^4.4 || ^5.4 || ^6.0 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.4.0, ..., v5.4.35, v6.0.0, ..., v6.4.4] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires knplabs/knp-components ^2.4 || ^3.0 -> satisfiable by knplabs/knp-components[v2.4.0, ..., v2.5.1, v3.0.0, ..., v3.6.0].
|
PHPUnit (PHP 8.2, Symfony 7.0.* + highest deps, ES 7.11.0)
The process '/usr/local/bin/composer' failed with exit code 2
|
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 7.4, Symfony 5.4.* + highest deps)
Process completed with exit code 1.
|
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.1, Symfony 5.4.* + highest deps)
Process completed with exit code 1.
|
PHPStan (PHP 7.4, Symfony 4.4.* + lowest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 7.4, Symfony 4.4.* + lowest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 7.4, Symfony 4.4.* + lowest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 7.4, Symfony 4.4.* + lowest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 7.4, Symfony 4.4.* + lowest deps)
Process completed with exit code 1.
|
PHPStan (PHP 7.4, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 7.4, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 7.4, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 7.4, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 7.4, Symfony 4.4.* + highest deps)
Process completed with exit code 1.
|
PHPStan (PHP 8.1, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 8.1, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.1, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.1, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.1, Symfony 6.3.* + highest deps)
Process completed with exit code 1.
|
PHPStan (PHP 8.2, Symfony 4.4.* + highest deps):
src/Doctrine/RepositoryManager.php#L58
Call to an undefined method Doctrine\Persistence\ManagerRegistry::getAliasNamespace().
|
PHPStan (PHP 8.2, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 8.2, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.2, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.2, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.2, Symfony 4.4.* + highest deps)
Process completed with exit code 1.
|
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.2, Symfony 5.4.* + highest deps)
Process completed with exit code 1.
|
PHPStan (PHP 8.2, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 8.2, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.2, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.2, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.2, Symfony 6.3.* + highest deps)
Process completed with exit code 1.
|
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- knplabs/knp-components[v2.4.0, ..., v2.5.1] require php ^7.2 -> your php version (8.2.15) does not satisfy that requirement.
- knplabs/knp-components[v3.0.0, ..., v3.0.2] require symfony/http-foundation ^4.4 || ^5.1 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.1.0, ..., v5.4.35] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components[v3.1.0, ..., v3.2.0] require symfony/http-foundation ^4.4 || ^5.2 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.2.0, ..., v5.4.35] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components v3.3.0 requires symfony/http-foundation ^4.4 || ^5.3 || ^6.0 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.3.0, ..., v5.4.35, v6.0.0, ..., v6.4.4] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components[v3.4.0, ..., v3.6.0] require symfony/http-foundation ^4.4 || ^5.4 || ^6.0 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.4.0, ..., v5.4.35, v6.0.0, ..., v6.4.4] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires knplabs/knp-components ^2.4 || ^3.0 -> satisfiable by knplabs/knp-components[v2.4.0, ..., v2.5.1, v3.0.0, ..., v3.6.0].
|
PHPStan (PHP 8.2, Symfony 7.0.* + highest deps)
The process '/usr/local/bin/composer' failed with exit code 2
|
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- knplabs/knp-components[v2.4.0, ..., v2.5.1] require php ^7.2 -> your php version (8.3.3) does not satisfy that requirement.
- knplabs/knp-components[v3.0.0, ..., v3.0.2] require symfony/http-foundation ^4.4 || ^5.1 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.1.0, ..., v5.4.35] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components[v3.1.0, ..., v3.2.0] require symfony/http-foundation ^4.4 || ^5.2 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.2.0, ..., v5.4.35] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components v3.3.0 requires symfony/http-foundation ^4.4 || ^5.3 || ^6.0 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.3.0, ..., v5.4.35, v6.0.0, ..., v6.4.4] but these were not loaded, likely because it conflicts with another require.
- knplabs/knp-components[v3.4.0, ..., v3.6.0] require symfony/http-foundation ^4.4 || ^5.4 || ^6.0 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.4.0, ..., v5.4.35, v6.0.0, ..., v6.4.4] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires knplabs/knp-components ^2.4 || ^3.0 -> satisfiable by knplabs/knp-components[v2.4.0, ..., v2.5.1, v3.0.0, ..., v3.6.0].
|
PHPStan (PHP 8.3, Symfony 7.0.* + highest deps)
The process '/usr/local/bin/composer' failed with exit code 2
|
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.3, Symfony 5.4.* + highest deps)
Process completed with exit code 1.
|
PHPStan (PHP 8.3, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 8.3, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.3, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.3, Symfony 6.3.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.3, Symfony 6.3.* + highest deps)
Process completed with exit code 1.
|
PHPStan (PHP 8.3, Symfony 4.4.* + highest deps):
src/Doctrine/RepositoryManager.php#L58
Call to an undefined method Doctrine\Persistence\ManagerRegistry::getAliasNamespace().
|
PHPStan (PHP 8.3, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L49
Property FOS\ElasticaBundle\Elastica\Client::$stopwatch has unknown class Symfony\Component\Stopwatch\Stopwatch as its type.
|
PHPStan (PHP 8.3, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L58
Call to method start() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.3, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L81
Call to method stop() on an unknown class Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.3, Symfony 4.4.* + highest deps):
src/Elastica/Client.php#L105
Parameter $stopwatch of method FOS\ElasticaBundle\Elastica\Client::setStopwatch() has invalid type Symfony\Component\Stopwatch\Stopwatch.
|
PHPStan (PHP 8.3, Symfony 4.4.* + highest deps)
Process completed with exit code 1.
|
PHPUnit (PHP 8.2, Symfony 4.4.* + highest deps, ES 7.11.0)
Process completed with exit code 2.
|
PHPUnit (PHP 8.3, Symfony 4.4.* + 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
PHPUnit (PHP 8.2, Symfony 7.0.* + highest deps, ES 7.11.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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 4.4.* + lowest deps)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan (PHP 7.4, Symfony 4.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 4.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 7.4, Symfony 4.4.* + highest deps)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan (PHP 7.4, Symfony 4.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 4.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 4.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 4.4.* + highest deps)
The `set-output` 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.3.* + highest deps)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan (PHP 8.1, Symfony 6.3.* + 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.3.* + 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.3.* + 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.3.* + highest deps)
The `set-output` 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 4.4.* + highest deps)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan (PHP 8.2, Symfony 4.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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 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.2, Symfony 4.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.2, Symfony 5.4.* + highest deps)
The `set-output` 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 4.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.2, Symfony 4.4.* + highest deps)
The `set-output` 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.3.* + highest deps)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan (PHP 8.2, Symfony 6.3.* + 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.3.* + 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.3.* + 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.3.* + highest deps)
The `set-output` 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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 7.0.* + highest deps)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 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.3, Symfony 7.0.* + highest deps)
The `set-output` 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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.3.* + highest deps)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan (PHP 8.3, Symfony 6.3.* + 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.3.* + 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.3.* + 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.3.* + highest deps)
The `set-output` 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.3.* + highest deps, ES 7.11.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.1, Symfony 6.3.* + 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.3.* + 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.3.* + 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.3.* + highest deps, ES 7.11.0)
The `set-output` 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 4.4.* + highest deps)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan (PHP 8.3, Symfony 4.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 4.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 4.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 4.4.* + highest deps)
The `set-output` 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 4.4.* + highest deps, ES 7.11.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.2, Symfony 4.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 4.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 4.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 4.4.* + highest deps, ES 7.11.0)
The `set-output` 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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 4.4.* + highest deps, ES 7.11.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 7.4, Symfony 4.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 4.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 7.4, Symfony 4.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 7.4, Symfony 4.4.* + highest deps, ES 7.11.0)
The `set-output` 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.3.* + highest deps, ES 7.11.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.3, Symfony 6.3.* + 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.3.* + 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.3.* + 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.3.* + highest deps, ES 7.11.0)
The `set-output` 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 4.4.* + highest deps, ES 7.11.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.3, Symfony 4.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 4.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 4.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 4.4.* + highest deps, ES 7.11.0)
The `set-output` 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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.3.* + highest deps, ES 7.11.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPUnit (PHP 8.2, Symfony 6.3.* + 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.3.* + 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.3.* + 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.3.* + highest deps, ES 7.11.0)
The `set-output` 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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 `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 `set-output` 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/
|