Skip to content

Commit

Permalink
CI now installs mysqli extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltik committed Jan 19, 2020
1 parent 8c528de commit 1fd0a17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- name: Install PHP pdo_mysql extension
run: docker-php-ext-install pdo_mysql

- name: Install PHP mysqli extension
run: docker-php-ext-install mysqli

- uses: actions/checkout@v2

- name: Install Composer
Expand Down

0 comments on commit 1fd0a17

Please sign in to comment.