Skip to content

Commit f2c65e9

Browse files
author
jonasanne
committed
Update setup-php extensions
Since the symfony/cache update from 7.3 -> 7.4 redis is added as a conflict. This will make sure we don't use it and also won't trigger an error and fail.
1 parent b180343 commit f2c65e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/drupal-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: shivammathur/setup-php@v2
9999
with:
100100
php-version: ${{ inputs.php-version }}
101-
extensions: date, dom, filter, gd, hash, json, pcre, pdo, session, simplexml, spl, tokenizer, xml
101+
extensions: date, dom, filter, gd, hash, json, pcre, pdo, session, simplexml, spl, tokenizer, xml, :redis
102102
env:
103103
GITHUB_TOKEN: ${{ secrets.composer_github_token }}
104104
COMPOSER_AUTH_JSON: |

0 commit comments

Comments
 (0)