Skip to content

Commit e19422d

Browse files
Nathaniel Walmsleymarkmetcalfe
authored andcommitted
fix: Add missing mutagen sync entries for PHP 8.4
1 parent c9f26c8 commit e19422d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

compose/sync.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,19 @@ services:
159159
php-8.3-debug:
160160
volumes:
161161
- totara-www-sync:${REMOTE_SRC}:nocopy
162+
163+
php-8.4:
164+
volumes:
165+
- totara-www-sync:${REMOTE_SRC}:nocopy
162166

167+
php-8.4-cron:
168+
volumes:
169+
- totara-www-sync:${REMOTE_SRC}:nocopy
170+
171+
php-8.4-debug:
172+
volumes:
173+
- totara-www-sync:${REMOTE_SRC}:nocopy
174+
163175
sync:
164176
image: alpine:latest
165177
container_name: totara_sync

0 commit comments

Comments
 (0)