Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 14, 2023
1 parent 830f6a0 commit 9fab754
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- "8.3"

env:
extensions: mbstring, sqlite, intl, gd
extensions: mbstring, pdo, pdo_mysql, intl, gd

services:
mysql:
Expand Down Expand Up @@ -79,4 +79,6 @@ jobs:
- name: Run tests
run: php artisan test
env:
DB_CONNECTION: mysql
DB_DATABASE: ${{ job.services.mysql.env.MYSQL_DATABASE }}
DB_PORT: ${{ job.services.mysql.ports[3306] }}

0 comments on commit 9fab754

Please sign in to comment.