Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Jul 12, 2023
1 parent 04eaa8f commit 4d384bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
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.2'
extensions: none, :none, curl, dom, json, mbstring, opcache, openssl, simplexml, tokenizer, xml, xmlwriter
extensions: :none, curl, dom, json, mbstring, opcache, openssl, simplexml, tokenizer, xml, xmlwriter
coverage: none
- run: composer update --no-progress
- run: composer analyse
Expand Down

0 comments on commit 4d384bb

Please sign in to comment.