Skip to content

Commit

Permalink
Merge pull request #9921 from google/fix/9920-runner-for-php-tests
Browse files Browse the repository at this point in the history
Fix: PHP Tests jobs failing in the CI pipeline
  • Loading branch information
techanvil authored Dec 19, 2024
2 parents 2023861 + 268c93b commit d1c9ec6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php-lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install SVN
run: sudo apt-get update && sudo apt-get install -y subversion

- uses: shivammathur/setup-php@v2
with:
extensions: mysqli, runkit7, uopz
Expand Down

0 comments on commit d1c9ec6

Please sign in to comment.