Skip to content

Commit 643a4b2

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: [skip ci] Disable redis in pecl build [skip ci] Re-enabled xdebug in nightly job
2 parents 5728a37 + 0c34f6b commit 643a4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,12 +834,12 @@ jobs:
834834
repository: php-memcached-dev/php-memcached
835835
path: memcached
836836
- name: git checkout redis
837+
if: ${{ false }}
837838
uses: actions/checkout@v6
838839
with:
839840
repository: phpredis/phpredis
840841
path: redis
841842
- name: git checkout xdebug
842-
if: false
843843
uses: actions/checkout@v6
844844
with:
845845
repository: xdebug/xdebug
@@ -895,13 +895,13 @@ jobs:
895895
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
896896
make -j$(/usr/bin/nproc)
897897
- name: build redis
898+
if: ${{ false }}
898899
run: |
899900
cd redis
900901
/opt/php/bin/phpize
901902
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
902903
make -j$(/usr/bin/nproc)
903904
- name: build xdebug
904-
if: false
905905
run: |
906906
cd xdebug
907907
/opt/php/bin/phpize

0 commit comments

Comments
 (0)