Skip to content

Commit 3bb9fd0

Browse files
authored
Merge pull request #1081 from bavix/valkey
valkey
2 parents 1579821 + b34198d commit 3bb9fd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/phpunits.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
php-versions: [8.3, 8.4, 8.5]
2222
databases: [testing, pgsql, mysql, mariadb]
2323
caches: [array, redis, memcached, database]
24-
locks: [redis, memcached]
24+
locks: [redis]
2525

2626
services:
2727
redis:
28-
image: redis:7-alpine
28+
image: valkey/valkey:9-alpine
2929
options: >-
30-
--health-cmd "redis-cli ping"
30+
--health-cmd "valkey-cli ping"
3131
--health-interval 5s
3232
--health-timeout 3s
3333
--health-retries 5

0 commit comments

Comments
 (0)