We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9c86b commit e34d6f9Copy full SHA for e34d6f9
.github/workflows/test.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: Run redis with a password
115
run: |
116
- docker run --rm --name redis -p $REDIS_PORT:6380 -d redis:${{ matrix.redis-versions }} redis-server --requirepass "secret" --port 6379
+ docker run --rm --name redis -p $REDIS_PORT:6379 -d redis:${{ matrix.redis-versions }} redis-server --requirepass "secret" --port 6379
117
118
- name: Install dependencies
119
@@ -126,4 +126,4 @@ jobs:
126
- name: Execute tests
127
run: vendor/bin/phpunit --exclude-group=redis-insecure\
128
env:
129
- REDIS_PORT: 6380
+ REDIS_PORT: 6379
0 commit comments