Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add testruns for PHP 8.2 and 8.3
bump github actions "actions/checkout@" 2 => 4
bump github actions "docker://oskarstark/phpstan-ga"
  • Loading branch information
Chris8934 committed Jan 26, 2024
commit f962c9316f3e0b0b387679ed173e0a2554f95ee7
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

services:
redis:
image: redis:6.0.0
image: redis:6.0.18
ports:
- 6379:6379
redis-cluster:
image: grokzen/redis-cluster:5.0.4
image: grokzen/redis-cluster:6.0.18
ports:
- 7000:7000
- 7001:7001
Expand Down