Skip to content

Commit

Permalink
#1108 Fix typo in GitHub workflow test run name
Browse files Browse the repository at this point in the history
  • Loading branch information
extracts committed Oct 10, 2023
1 parent 6cbec39 commit dae9093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
versions: [{php: '7.1', solr: '7.7.3'}, {php: '8.1', solr: '9.3.0'}]
fail-fast: false

name: PHP ${{ matrix.php-versions }} Test
name: PHP ${{ matrix.versions.php }} Test

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dae9093

Please sign in to comment.