summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-08-27 15:41:25 +0100
committerGreg Roach <greg@subaqua.co.uk>2024-08-27 15:41:25 +0100
commitf077613912070df8f1da7e8a3a41f95474fd35b6 (patch)
tree1fbc204b86f301e937cea31bea45c7697cdc8605 /.github
parent039a3736f84f7d8598b72c4e147cfb0ace9fc8c1 (diff)
downloadwebtrees-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.yaml2
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: