Skip to content

Commit 433b083

Browse files
committed
fixup! fix(test): fail on php errors
1 parent abbd096 commit 433b083

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
services:
2929
memcached:
3030
image: "memcached:${{ matrix.memcached-version }}"
31+
ports:
32+
- 11211:11211
3133

3234
steps:
3335
- name: Checkout

0 commit comments

Comments
 (0)