diff --git a/.github/workflows/ci-5.x.yml b/.github/workflows/ci-5.x.yml index d6b119ed..a4b25704 100644 --- a/.github/workflows/ci-5.x.yml +++ b/.github/workflows/ci-5.x.yml @@ -50,6 +50,8 @@ jobs: - '7.4' - '8.0' - '8.1' + - '8.2' + - '8.3' symfony: - '4.4.*' - '5.*' @@ -79,7 +81,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }} @@ -124,6 +126,8 @@ jobs: php: - '8.0' - '8.1' + - '8.2' + - '8.3' symfony: - '6.*' fail-fast: false @@ -152,7 +156,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }} diff --git a/.github/workflows/ci-6.x.yml b/.github/workflows/ci-6.x.yml index ef52a901..a8d0bcd5 100644 --- a/.github/workflows/ci-6.x.yml +++ b/.github/workflows/ci-6.x.yml @@ -73,7 +73,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }} diff --git a/phpstan.neon b/phpstan.neon index 4bf5719a..e563d61c 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,11 +5,10 @@ includes: parameters: level: max inferPrivatePropertyTypeFromConstructor: true - checkMissingIterableValueType: false - checkGenericClassInNonGenericObjectType: false excludePaths: - '%currentWorkingDirectory%/src/DependencyInjection/Configuration.php' - '%currentWorkingDirectory%/src/Routing/RoutingLoader.php' ignoreErrors: + - identifier: missingType.iterableValue