summaryrefslogtreecommitdiff
path: root/.github/workflows/phpunit.yaml
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-04-11 11:00:10 +0100
committerGreg Roach <greg@subaqua.co.uk>2025-04-11 11:00:10 +0100
commit1ff2a6c86e6ef22cf788579fd756393e93dcaf74 (patch)
tree7f47c472fa5129a0133054da3545559c92b78d99 /.github/workflows/phpunit.yaml
parent27d22b881652e2c804a77718c904797967194e77 (diff)
downloadwebtrees-1ff2a6c86e6ef22cf788579fd756393e93dcaf74.tar.gz
webtrees-1ff2a6c86e6ef22cf788579fd756393e93dcaf74.tar.bz2
webtrees-1ff2a6c86e6ef22cf788579fd756393e93dcaf74.zip
CodeStyle
Diffstat (limited to '.github/workflows/phpunit.yaml')
-rw-r--r--.github/workflows/phpunit.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml
index d4360f8a55..35c1453ef8 100644
--- a/.github/workflows/phpunit.yaml
+++ b/.github/workflows/phpunit.yaml
@@ -6,12 +6,12 @@ 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 }}
+ name: phpunit - PHP ${{ matrix.php-version }}
strategy:
matrix:
- operating-system: ['ubuntu-latest']
- php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
+ operating-system: [ 'ubuntu-latest' ]
+ php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
fail-fast: false
steps: