Skip to content

Commit

Permalink
Merge pull request #413 from mimmi20/renovate/all-minor-patch-depende…
Browse files Browse the repository at this point in the history
…ncies

Update all non-major dependencies
  • Loading branch information
mimmi20 authored Jun 24, 2024
2 parents 5b3c3aa + fa94efd commit 954f525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"phpstan/phpstan": "^1.11.5",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^10.5.21",
"phpunit/phpunit": "^10.5.24",
"rector/rector": "^1.1.1",
"rector/type-perfect": "^0.1.6",
"symplify/phpstan-rules": "^13.0.0",
Expand Down

0 comments on commit 954f525

Please sign in to comment.