Skip to content

Commit

Permalink
Merge pull request #190 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 committed Apr 18, 2023
2 parents b74fcf1 + bac8c5b commit 3e445c0
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 @@ -69,7 +69,7 @@ jobs:
persist-credentials: false

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

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, 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 @@ -36,7 +36,7 @@
"phpstan/phpstan": "^1.10.13",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpunit/phpunit": "^10.1.0"
"phpunit/phpunit": "^10.1.1"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit 3e445c0

Please sign in to comment.