File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- name : Install ValKey
122
122
if : matrix.server == 'valkey'
123
123
run : |
124
- git clone https://github.com/valkey-io/valkey.git
124
+ git clone --depth 1 --branch 7.2.5 https://github.com/valkey-io/valkey.git
125
125
cd valkey && BUILD_TLS=yes sudo make install
126
126
127
127
- name : Build phpredis
@@ -173,7 +173,6 @@ jobs:
173
173
done
174
174
175
175
- name : Start ${{ matrix.server }} sentinel
176
- continue-on-error : ${{ matrix.server == 'valkey' }}
177
176
run : |
178
177
wget raw.githubusercontent.com/redis/redis/7.0/sentinel.conf
179
178
for PORT in {26379..26380}; do
@@ -205,7 +204,6 @@ jobs:
205
204
--cluster-replicas 1 --user phpredis -a phpredis
206
205
207
206
- name : Run tests
208
- continue-on-error : ${{ matrix.server == 'valkey' }}
209
207
run : |
210
208
php tests/TestRedis.php --class Redis --user phpredis --auth phpredis
211
209
php tests/TestRedis.php --class RedisArray --user phpredis --auth phpredis
You can’t perform that action at this time.
0 commit comments