Skip to content

Commit 0fd502b

Browse files
authored
Add mysql to all PHP versions
1 parent b5d4ec1 commit 0fd502b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
uses: shivammathur/setup-php@develop
5555
with:
5656
php-version: ${{ matrix.php-versions }}
57+
extensions: mysql
5758
tools: pecl
5859
env:
5960
update: true

0 commit comments

Comments
 (0)