Skip to content

Commit

Permalink
Display the PHP version in the matrix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 30, 2024
1 parent 6a3bd05 commit aed5d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
php: [8.1, 8.2, 8.3]

runs-on: ${{ matrix.os }}
name: Hyde tests - ${{ matrix.os }} (${{ matrix.dependency-version }})
name: Hyde tests - ${{ matrix.os }} ${{ matrix.php }} (${{ matrix.dependency-version }})
if: github.ref == 'refs/heads/master' && github.event.repository.full_name == 'hydephp/hyde'

steps:
Expand Down

0 comments on commit aed5d6d

Please sign in to comment.