summaryrefslogtreecommitdiff
path: root/.github
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:56:03 +0100
commit598d95045dedbdfae6a408db6e27f5561ad989e4 (patch)
tree77f02ac04f0baf51016ab7ade8de57a5d1462e93 /.github
parenta80790c01a35f567c1dc979a397fcab76e9e3a6f (diff)
downloadwebtrees-598d95045dedbdfae6a408db6e27f5561ad989e4.tar.gz
webtrees-598d95045dedbdfae6a408db6e27f5561ad989e4.tar.bz2
webtrees-598d95045dedbdfae6a408db6e27f5561ad989e4.zip
Remove unused PHP dependencies
Diffstat (limited to '.github')
-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