mirror of
https://github.com/tchapi/davis.git
synced 2025-03-14 01:19:49 +01:00
Change php extension
This commit is contained in:
parent
0fa24205c2
commit
524e016cda
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -72,10 +72,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install pgsql PHP extension
|
||||
- name: Install MySQL PHP extension
|
||||
run: |
|
||||
apk add $PHPIZE_DEPS libpq-dev
|
||||
docker-php-ext-install pdo pdo_pgsql
|
||||
docker-php-ext-install pdo pdo_mysql
|
||||
- name: Install Composer
|
||||
run: wget -qO - https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
|
||||
- name: Cache Composer dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user