Skip to content

Commit

Permalink
add pdo_mysql extension to github phpunit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Dec 17, 2024
1 parent 31fbaeb commit 0afdd41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v4

- uses: php-actions/composer@v6
with:
php_extensions: pdo_mysql

- name: PHPUnit
uses: php-actions/phpunit@v4
Expand Down

0 comments on commit 0afdd41

Please sign in to comment.