Skip to content

Commit

Permalink
[TASK] Analyse PHPStan with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Jan 9, 2025
1 parent 9f12476 commit 89f6a17
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 @@ -111,14 +111,14 @@ jobs:
run: Build/Scripts/runTests.sh -s functional -d sqlite -p ${{ matrix.php }}

PHPStan:
name: PHPStan TYPO3 v13 PHP 8.2
name: PHPStan TYPO3 v13 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 89f6a17

Please sign in to comment.