Skip to content

Commit 0d35d24

Browse files
committed
minor symfony#43030 Pin ext-redis version in CI (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- Pin ext-redis version in CI | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Backport from symfony#43029 | License | MIT | Doc PR | N/A Commits ------- ca34753 Pin ext-redis version in CI
2 parents 82ae6de + ca34753 commit 0d35d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: Ubuntu-20.04
1616

1717
env:
18-
extensions: amqp,apcu,igbinary,intl,mbstring,memcached,mongodb,redis
18+
extensions: amqp,apcu,igbinary,intl,mbstring,memcached,mongodb,redis-5.3.4
1919

2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)