Skip to content

Commit

Permalink
chore: explicitly install mysql extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Oct 25, 2021
1 parent 89f9cad commit dbe4c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ["7.4", "8.0"]
php-versions: ["7.4", "8.0", "8.1"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -24,6 +24,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
coverage: xdebug #optional
extensions: mysql
- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"psr/log": "^1.0"
},
"require-dev": {
"ext-mysqli": "*",
"jcchavezs/httptest": "~0.2",
"middlewares/fast-route": "^2.0",
"middlewares/request-handler": "^2.0",
Expand Down

0 comments on commit dbe4c78

Please sign in to comment.