Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                 | from   | to     |
| ----------- | ----------------------- | ------ | ------ |
| packagist   | phpstan/phpstan         | 2.0.1  | 2.0.1  |
| packagist   | phpstan/phpstan-phpunit | 2.0.1  | 2.0.1  |
| packagist   | phpunit/phpunit         | 11.4.3 | 11.4.3 |
| github-tags | shivammathur/setup-php  | 2.30.4 | 2.31.1 |
  • Loading branch information
renovate[bot] committed Nov 15, 2024
1 parent 156c4cc commit 5dbe321
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "install php"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "install php"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"require-dev": {
"infection/infection": "^0.29",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan": "^2.0.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^11.1.3",
"phpstan/phpstan-phpunit": "^2.0.1",
"phpunit/phpunit": "^11.4.3",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "dev-master"
},
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5dbe321

Please sign in to comment.