Skip to content

Commit 60b3af9

Browse files
Merge branch '8.5' into 9.6
2 parents 32d2920 + 9c1ff0a commit 60b3af9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ jobs:
2626
uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: 8.3
29-
extensions: none, iconv, json, phar, tokenizer
29+
extensions: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
3030
coverage: none
3131
tools: none
3232

33-
- name: Run Composer
33+
- name: Ensure that composer.json is valid
3434
run: ./tools/composer validate --strict composer.json
3535

36+
- name: Ensure that dependencies can be installed
37+
run: ./tools/composer install --dry-run
38+
3639
coding-guidelines:
3740
name: Coding Guidelines
3841

0 commit comments

Comments
 (0)