diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-08-27 15:41:25 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-08-27 15:41:25 +0100 |
| commit | f077613912070df8f1da7e8a3a41f95474fd35b6 (patch) | |
| tree | 1fbc204b86f301e937cea31bea45c7697cdc8605 /.github | |
| parent | 039a3736f84f7d8598b72c4e147cfb0ace9fc8c1 (diff) | |
| download | webtrees-f077613912070df8f1da7e8a3a41f95474fd35b6.tar.gz webtrees-f077613912070df8f1da7e8a3a41f95474fd35b6.tar.bz2 webtrees-f077613912070df8f1da7e8a3a41f95474fd35b6.zip | |
phpstan now supports PHP8.4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/phpstan.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml index b1df8e0bd7..177de46407 100644 --- a/.github/workflows/phpstan.yaml +++ b/.github/workflows/phpstan.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-version: ['8.2', '8.3' ] + php-version: ['8.2', '8.3', '8.4'] fail-fast: false steps: |
