diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 78b0f3639ba..e939ea96d8a 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -25,4 +25,4 @@ on: jobs: coding-standards: name: "Coding Standards" - uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.0.0" + uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.0.1" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f74e36da824..d8ec4964da2 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -353,7 +353,6 @@ jobs: mysql-version: - "5.7" - "8.0" - - "8.3" extension: - "mysqli" - "pdo_mysql" @@ -370,6 +369,16 @@ jobs: - php-version: "8.3" mysql-version: "8.0" extension: "pdo_mysql" + - php-version: "8.1" + mysql-version: "8.4" + extension: "mysqli" + custom-entrypoint: >- + --entrypoint sh mysql:8.4 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON" + - php-version: "8.1" + mysql-version: "8.4" + extension: "pdo_mysql" + custom-entrypoint: >- + --entrypoint sh mysql:8.4 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON" services: mysql: diff --git a/composer.json b/composer.json index ac5335e032e..e660699ab8a 100644 --- a/composer.json +++ b/composer.json @@ -40,13 +40,13 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.2", - "phpstan/phpstan": "1.10.58", - "phpstan/phpstan-phpunit": "1.3.15", + "phpstan/phpstan": "1.10.67", + "phpstan/phpstan-phpunit": "1.3.16", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "10.5.9", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.9.0", + "squizlabs/php_codesniffer": "3.9.2", "symfony/cache": "^6.3.8|^7.0", "symfony/console": "^5.4|^6.3|^7.0", "vimeo/psalm": "5.21.1"