diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a37a7c8..b36a4cf 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.2', '8.3', '8.4'] + php-version: ['8.2', '8.3', '8.4', '8.5'] steps: - uses: actions/checkout@v5 - name: Use PHP ${{ matrix.php-version }} @@ -40,4 +40,4 @@ jobs: - name: Install dependencies run: composer install --no-progress - name: Run PHPStan - run: composer run-script analyse \ No newline at end of file + run: composer run-script analyse