summaryrefslogtreecommitdiff
path: root/.github/workflows/phpunit.yaml
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-10-09 10:12:36 +0100
committerGreg Roach <greg@subaqua.co.uk>2021-10-09 10:14:52 +0100
commit65420c9cb4c463bdde3e8ff20052ae199f6a853d (patch)
tree8428d062cdcc0ac8aa1356ffe68f57e22ed36962 /.github/workflows/phpunit.yaml
parent439ed322e6bb4f21ae1ac0bf8e2108b55211e590 (diff)
downloadwebtrees-65420c9cb4c463bdde3e8ff20052ae199f6a853d.tar.gz
webtrees-65420c9cb4c463bdde3e8ff20052ae199f6a853d.tar.bz2
webtrees-65420c9cb4c463bdde3e8ff20052ae199f6a853d.zip
Update phpstan baseline
Diffstat (limited to '.github/workflows/phpunit.yaml')
-rw-r--r--.github/workflows/phpunit.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml
index e50990267c..5ef3a1a706 100644
--- a/.github/workflows/phpunit.yaml
+++ b/.github/workflows/phpunit.yaml
@@ -6,14 +6,13 @@ jobs:
run:
if: ${{ !startsWith(github.event.head_commit.message, 'Translation:') }}
runs-on: ${{ matrix.operating-system }}
+ name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.4', '8.0', '8.1']
- name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
-
steps:
- uses: shivammathur/setup-php@master
with: