We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431dbab commit 39afa46Copy full SHA for 39afa46
1 file changed
.github/workflows/nightly.yml
@@ -834,6 +834,7 @@ jobs:
834
repository: php-memcached-dev/php-memcached
835
path: memcached
836
- name: git checkout redis
837
+ if: ${{ false }}
838
uses: actions/checkout@v6
839
with:
840
repository: phpredis/phpredis
@@ -894,6 +895,7 @@ jobs:
894
895
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
896
make -j$(/usr/bin/nproc)
897
- name: build redis
898
899
run: |
900
cd redis
901
/opt/php/bin/phpize
0 commit comments