summaryrefslogtreecommitdiff
path: root/.github/workflows/phpunit.yaml
diff options
context:
space:
mode:
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: