fix: Tests and postgres image

This commit is contained in:
Steffen Beisenherz
2022-10-23 15:17:18 +02:00
parent 45f0e11f69
commit 54c5d34886
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: redis
extensions: redis, pgsql
- name: Install dependencies
run: composer install --prefer-dist --no-progress