File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 - name : Install ValKey
122122 if : matrix.server == 'valkey'
123123 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
125125 cd valkey && BUILD_TLS=yes sudo make install
126126
127127 - name : Build phpredis
@@ -173,7 +173,6 @@ jobs:
173173 done
174174
175175 - name : Start ${{ matrix.server }} sentinel
176- continue-on-error : ${{ matrix.server == 'valkey' }}
177176 run : |
178177 wget raw.githubusercontent.com/redis/redis/7.0/sentinel.conf
179178 for PORT in {26379..26380}; do
@@ -205,7 +204,6 @@ jobs:
205204 --cluster-replicas 1 --user phpredis -a phpredis
206205
207206 - name : Run tests
208- continue-on-error : ${{ matrix.server == 'valkey' }}
209207 run : |
210208 php tests/TestRedis.php --class Redis --user phpredis --auth phpredis
211209 php tests/TestRedis.php --class RedisArray --user phpredis --auth phpredis
You can’t perform that action at this time.
0 commit comments