Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 5, 2024
1 parent 34abf83 commit 8722a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: mbstring, intl, pdo_sqlite
extensions: mbstring, intl, pdo_pgsql
coverage: none

- name: Get composer cache directory
Expand All @@ -105,7 +105,7 @@ jobs:
run: cp config/app_local.ci.php config/app_local.php

- name: Prepare DB
run: export DB_URL='sqlite:///:memory:';
run: export DB_URL='postgres://postgres:postgres@127.0.0.1/postgres'

- name: Composer install
run: composer install --no-progress --prefer-dist --optimize-autoloader
Expand Down

0 comments on commit 8722a37

Please sign in to comment.