diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b72283f5db..e22466de0b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -118,8 +118,8 @@ jobs: db: "mariadb:10.10" - php: '8.1' db: "mariadb:10.11" - - php: '8.1' - db: "mariadb:11.0" + # - php: '8.1' # currently disabled + # db: "mariadb:11.0" - php: '8.1' db: "mysql:5.7" db_alias: "MySQL Slow Tests" diff --git a/phpBB/phpbb/console/application.php b/phpBB/phpbb/console/application.php index 50443cd646..b7ecd3dff6 100644 --- a/phpBB/phpbb/console/application.php +++ b/phpBB/phpbb/console/application.php @@ -45,7 +45,7 @@ class application extends \Symfony\Component\Console\Application /** * {@inheritdoc} */ - protected function getDefaultInputDefinition() + protected function getDefaultInputDefinition(): InputDefinition { $input_definition = parent::getDefaultInputDefinition(); diff --git a/psalm.xml b/psalm.xml index cb434cfaf8..ddfeb6e78f 100644 --- a/psalm.xml +++ b/psalm.xml @@ -1,7 +1,7 @@