Skip to content

Commit

Permalink
Merge pull request #544 from lcobucci/renovate/major-test-packages
Browse files Browse the repository at this point in the history
Update dependency phpunit/phpunit to v12
  • Loading branch information
lcobucci authored Feb 12, 2025
2 parents 4c22eaa + d282721 commit 83e6200
Show file tree
Hide file tree
Showing 8 changed files with 263 additions and 373 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backwards-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Install PHP"
uses: "shivammathur/[email protected]"
with:
php-version: "8.2"
php-version: "8.3"
ini-values: memory_limit=-1
tools: composer:v2, cs2pr
env:
Expand All @@ -32,8 +32,8 @@ jobs:
uses: "actions/[email protected]"
with:
path: ${{ steps.composer-cache.outputs.composer_cache_dir }}
key: "php-8.2-bc-break-check-${{ hashFiles('.github/workflows/backwards-compatibility.yml') }}"
restore-keys: "php-8.2-bc-break-check-"
key: "php-8.3-bc-break-check-${{ hashFiles('.github/workflows/backwards-compatibility.yml') }}"
restore-keys: "php-8.3-bc-break-check-"

- name: "Install dependencies"
run: composer global require roave/backward-compatibility-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-json-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependencies:
- "highest"
php-version:
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- "highest"
- "locked"
php-version:
- "8.2"
- "8.3"
- "8.4"
operating-system: ["ubuntu-latest"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"homepage": "https://github.com/lcobucci/di-builder",
"require": {
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"php": "~8.3.0 || ~8.4.0",
"symfony/config": "^7.1",
"symfony/dependency-injection": "^7.1",
"symfony/expression-language": "^7.1",
Expand All @@ -31,7 +31,7 @@
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^11.4",
"phpunit/phpunit": "^12.0",
"squizlabs/php_codesniffer": "^3.10",
"symfony/yaml": "^7.1"
},
Expand Down
Loading

0 comments on commit 83e6200

Please sign in to comment.