summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-12-20 10:40:38 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-12-20 10:45:06 +0000
commitf44cff08401967b50f32ffd49743fd70fb5ec0b9 (patch)
tree3d028eaf1fd22f0364c02814fc83dd7cee21ad81 /.github
parentdbfc3341eba39429faf3e898aec043eb1fdf975f (diff)
downloadwebtrees-f44cff08401967b50f32ffd49743fd70fb5ec0b9.tar.gz
webtrees-f44cff08401967b50f32ffd49743fd70fb5ec0b9.tar.bz2
webtrees-f44cff08401967b50f32ffd49743fd70fb5ec0b9.zip
Bump minimum PHP version to 8.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml
index 675b65f737..a90e4a8a67 100644
--- a/.github/workflows/phpunit.yaml
+++ b/.github/workflows/phpunit.yaml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
- php-version: ['8.0', '8.1', '8.2']
+ php-version: ['8.1', '8.2']
steps:
- uses: shivammathur/setup-php@master