Skip to content

Commit 25d3708

Browse files
committed
Update tests.yml
1 parent 13b7226 commit 25d3708

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -51,46 +51,3 @@ jobs:
5151
run: composer require predis/predis
5252
- name: Execute tests
5353
run: vendor/bin/phpunit
54-
55-
tests_php_clients:
56-
runs-on: ubuntu-latest
57-
58-
services:
59-
memcached:
60-
image: memcached:1.6-alpine
61-
ports:
62-
- 11211:11211
63-
redis:
64-
image: redis:6.0
65-
ports:
66-
- 6379:6379
67-
options: --entrypoint redis-server
68-
69-
strategy:
70-
fail-fast: true
71-
matrix:
72-
php: [ '8.2', '8.3', '8.4' ]
73-
stability: [ prefer-stable ]
74-
75-
name: PHP ${{ matrix.php }} tests (php clients)
76-
steps:
77-
- name: Checkout code
78-
uses: actions/checkout@v4
79-
80-
- name: Setup PHP
81-
uses: shivammathur/setup-php@v2
82-
with:
83-
php-version: ${{ matrix.php }}
84-
extensions: apcu
85-
ini-values: apc.enable_cli=1
86-
coverage: none
87-
env:
88-
REDIS_CONFIGURE_OPTS: --enable-redis --enable-redis-igbinary --enable-redis-msgpack --enable-redis-lzf --with-liblzf --enable-redis-zstd --with-libzstd --enable-redis-lz4 --with-liblz4
89-
REDIS_LIBS: liblz4-dev, liblzf-dev, libzstd-dev
90-
91-
- name: Install dependencies
92-
run: composer update --prefer-dist --no-interaction --no-progress
93-
- name: Install Predis
94-
run: composer require predis/predis
95-
- name: Execute tests
96-
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)