Skip to content

Commit

Permalink
Merge pull request #890 from alexmerlin/fix-github-workflows-docs
Browse files Browse the repository at this point in the history
Fixed syntax error in `.github/workflows/docs.yml`
  • Loading branch information
shivammathur authored Dec 2, 2024
2 parents e7453ef + fb9c2a9 commit 19ba822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions
php-version: ${{ matrix.php-versions }}
tools: none
- name: Create file with all extensions for Linux and macOS
env:
Expand Down

0 comments on commit 19ba822

Please sign in to comment.