Skip to content

Commit f142989

Browse files
committed
Test disable redis ext
1 parent a734786 commit f142989

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ jobs:
168168
# https://github.com/shivammathur/setup-php
169169
uses: shivammathur/setup-php@v2
170170
with:
171-
# Should be the higest supported version, so we can use the newest tools
171+
# Should be the highest supported version, so we can use the newest tools
172172
php-version: '8.5'
173173
tools: composer, composer-require-checker, composer-unused, phpcs
174-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml
174+
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml, :redis
175175
coverage: none
176176

177177
- name: Setup problem matchers for PHP

0 commit comments

Comments
 (0)