Skip to content

Commit

Permalink
ci: fix symfony.yml http ext
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Aug 23, 2024
1 parent 7fea2fe commit 98f84f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: mbstring, xml, intl, curl, iconv, pdo_pgsql, sodium, zip
extensions: mbstring, xml, intl, curl, iconv, pdo_pgsql, sodium, zip, http

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest --optimize-autoloader
Expand Down

0 comments on commit 98f84f3

Please sign in to comment.