summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-10-09 11:09:00 +0100
committerGreg Roach <greg@subaqua.co.uk>2021-10-09 11:09:00 +0100
commitdd7fc1bbb6511cf5f0c68042271ea699b100752e (patch)
tree42eaacf60677d16778565ece1026a1a8f243bf3e /.github
parent65420c9cb4c463bdde3e8ff20052ae199f6a853d (diff)
downloadwebtrees-dd7fc1bbb6511cf5f0c68042271ea699b100752e.tar.gz
webtrees-dd7fc1bbb6511cf5f0c68042271ea699b100752e.tar.bz2
webtrees-dd7fc1bbb6511cf5f0c68042271ea699b100752e.zip
Don't test against PHP 8.1 yet - dependencies aren't ready
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 5ef3a1a706..a8ff0ef416 100644
--- a/.github/workflows/phpunit.yaml
+++ b/.github/workflows/phpunit.yaml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
- php-version: ['7.4', '8.0', '8.1']
+ php-version: ['7.4', '8.0']
steps:
- uses: shivammathur/setup-php@master