diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-10-09 10:12:36 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-10-09 10:14:52 +0100 |
| commit | 65420c9cb4c463bdde3e8ff20052ae199f6a853d (patch) | |
| tree | 8428d062cdcc0ac8aa1356ffe68f57e22ed36962 /.github/workflows/phpunit.yaml | |
| parent | 439ed322e6bb4f21ae1ac0bf8e2108b55211e590 (diff) | |
| download | webtrees-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.yaml | 3 |
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: |
