Skip to content

Commit

Permalink
[TASK] Run phpstan with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Jan 10, 2025
1 parent 2b303ab commit 7975b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ jobs:
run: Build/Scripts/runTests.sh -s unit -p ${{ matrix.php }}

PHPStan:
name: PHPStan TYPO3 13.4 PHP 8.2
name: PHPStan TYPO3 13.4 PHP 8.4
runs-on: ubuntu-latest

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4

- uses: actions/checkout@v3

Expand Down

0 comments on commit 7975b14

Please sign in to comment.