diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 53eba2c..8111476 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -54,6 +54,13 @@ jobs: env: SYMFONY_DEPRECATIONS_HELPER: weak + - php-version: '8.3' + lint: false + dependency-versions: 'highest' + tools: 'composer:v2' + env: + SYMFONY_DEPRECATIONS_HELPER: weak + services: mysql: image: mysql:5.7 @@ -74,6 +81,9 @@ jobs: extensions: 'mysql, gd' tools: ${{ matrix.tools }} + - name: Remove not required tooling + run: composer remove php-cs-fixer/shim "*phpstan*" --dev --no-interaction --no-update + - name: Install composer dependencies uses: ramsey/composer-install@v1 with: