Skip to content

Commit

Permalink
Fixing workflow runner for PHP command
Browse files Browse the repository at this point in the history
There seems to be an issue with the PHP binary lookup in the worker. Setting it more explicit.
  • Loading branch information
DragonBe committed Jul 5, 2024
1 parent a9da48c commit 5632789
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 @@ -20,7 +20,7 @@ jobs:
run: sudo ln -snf /usr/bin/php${{ matrix.php-versions }} /usr/bin/php

- name: Display current PHP version
run: php --version
run: /usr/bin/php --version

- uses: actions/checkout@v2

Expand Down

0 comments on commit 5632789

Please sign in to comment.