Skip to content

Commit ff361f9

Browse files
committed
[GHA] disable some incompatible extension on PHP 8.5
1 parent c2d6065 commit ff361f9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- php: '8.3'
3535
- php: '8.4'
3636
- php: '8.5'
37+
extensions: apcu,brotli,igbinary,intl,mbstring,memcached,redis
3738
#mode: experimental
3839
fail-fast: false
3940

@@ -233,7 +234,12 @@ jobs:
233234
- name: Run AssetMapper without ext-brotli nor ext-zstd
234235
if: "! matrix.mode"
235236
run: |
236-
sudo rm /etc/php/*/cli/conf.d/*-{brotli,zstd}.ini
237+
if [[ "${{ matrix.php }}" = "8.5" ]]; then
238+
sudo rm /etc/php/*/cli/conf.d/*-brotli.ini
239+
else
240+
sudo rm /etc/php/*/cli/conf.d/*-{brotli,zstd}.ini
241+
fi
242+
237243
./phpunit src/Symfony/Component/AssetMapper
238244
239245
- name: Run tests with SIGCHLD enabled PHP

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy