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        | 1.11.2 | 1.11.7 |
| packagist   | phpunit/phpunit        | 11.1.3 | 11.2.6 |
| github-tags | shivammathur/setup-php | 2.30.4 | 2.31.0 |
  • Loading branch information
renovate[bot] committed Jul 6, 2024
1 parent 10e76ec commit 83c87f4
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 158 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.0"
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.0"
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.0"
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.0"
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.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"require-dev": {
"infection/infection": "^0.29",
"phpstan/phpstan": "^1.11.2",
"phpstan/phpstan": "^1.11.7",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^11.1.3",
"phpunit/phpunit": "^11.2.6",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "dev-master"
},
Expand Down
Loading

0 comments on commit 83c87f4

Please sign in to comment.