summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2023-09-14 21:05:36 +0100
committerGreg Roach <greg@subaqua.co.uk>2023-09-17 18:55:45 +0100
commit158b99d70a00ca377422fdb8dee2db6e5a24bc5d (patch)
tree6dcd87feb5aa50f4ec10bb4606129cad915b6455 /.github/workflows
parent72163ecf5bfea4c2e882ac65c13eeb67a752bac0 (diff)
downloadwebtrees-158b99d70a00ca377422fdb8dee2db6e5a24bc5d.tar.gz
webtrees-158b99d70a00ca377422fdb8dee2db6e5a24bc5d.tar.bz2
webtrees-158b99d70a00ca377422fdb8dee2db6e5a24bc5d.zip
Remove unused PHP dependencies
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/phpstan.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml
index 4b1517c45c..688dd9720e 100644
--- a/.github/workflows/phpstan.yaml
+++ b/.github/workflows/phpstan.yaml
@@ -11,14 +11,14 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
- php-version: ['8.1', '8.2', '8.3']
+ php-version: ['8.1', '8.2', '8.3', '8.4']
steps:
- - uses: shivammathur/setup-php@master
+ - uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- run: composer validate