We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870f9f3 commit 782e575Copy full SHA for 782e575
.github/workflows/phpunit.yml
@@ -20,6 +20,10 @@ jobs:
20
uses: shivammathur/setup-php@v2
21
with:
22
php-version: ${{ matrix.php-version }}
23
+ - name: start redis serivces
24
+ shell: bash
25
+ run: |
26
+ docker run -d --name redis -e ALLOW_EMPTY_PASSWORD=yes -p 6379:6379 bitnami/redis:latest
27
- name: Composer install
28
run: composer install
29
- name: PHPUnit / PHP ${{ matrix.php-version }}
0 commit comments