Fix deprecations related to CakePHP 4.5 #439
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Coding Standard & Static Analysis
27s
Matrix: testsuite-linux
Annotations
7 errors and 2 warnings
testsuite-linux (7.4, sqlite, prefer-lowest)
Process completed with exit code 255.
|
Coding Standard & Static Analysis:
src/Command/BakeMigrationDiffCommand.php#L154
Call to an undefined method Cake\Datasource\ConnectionInterface::selectQuery().
|
Coding Standard & Static Analysis
Process completed with exit code 1.
|
UndefinedInterfaceMethod:
src/Command/BakeMigrationDiffCommand.php#L155
src/Command/BakeMigrationDiffCommand.php:155:19: UndefinedInterfaceMethod: Method Cake\Datasource\ConnectionInterface::selectQuery does not exist (see https://psalm.dev/181)
|
Coding Standard & Static Analysis
Process completed with exit code 2.
|
Coding Standard & Static Analysis:
tests/TestCase/TestCase.php#L20
Use statements should be sorted alphabetically. The first wrong one is Cake\Console\TestSuite\ConsoleIntegrationTestTrait.
|
Coding Standard & Static Analysis
Process completed with exit code 1.
|
Coding Standard & Static Analysis
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 Standard & Static Analysis
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/
|