Skip to content

Commit

Permalink
Remove outdated workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Dec 1, 2024
1 parent 3a7021b commit be4631f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run test suite
# PHP 7.3 mysql ext complains about unknown MySQL authentication method,
# and older MySQL does not work with current GH 7.4 and 8.0 images,
# so for now, we skip one of the 7.3 tasks
if: "${{ matrix.db != 'mysql' || matrix.php != '7.3'}}"
run: vendor/bin/phpunit
env:
DB: travis/${{ matrix.db }}
Expand Down

0 comments on commit be4631f

Please sign in to comment.