Skip to content

Commit

Permalink
Merge pull request #1438 from hydephp/dynamic-setup-php-action-versio…
Browse files Browse the repository at this point in the history
…n-for-test-runners

Use dynamic PHP setup action version for test runners hydephp/develop@82a166f
  • Loading branch information
github-actions committed Nov 8, 2023
1 parent 0a6c944 commit b177e63
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 @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: fileinfo, zip
Expand Down

0 comments on commit b177e63

Please sign in to comment.