Skip to content

Commit f2d5843

Browse files
committed
fix
1 parent dffc79c commit f2d5843

File tree

3 files changed

+303
-397
lines changed

3 files changed

+303
-397
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ jobs:
208208
fail-fast: false
209209
matrix:
210210
php-version:
211-
- "8.2"
212211
- "8.3"
213212
- "8.4"
214213
operating-system: [ubuntu-latest]
@@ -231,10 +230,6 @@ jobs:
231230

232231
- uses: "ramsey/composer-install@v3"
233232

234-
- run: "composer config platform.php --unset"
235-
with:
236-
working-directory: "tests/"
237-
238233
- uses: "ramsey/composer-install@v3"
239234
with:
240235
working-directory: "tests/"

tests/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "phpstan/phpstan-src-tests",
33
"require-dev": {
4-
"phpunit/phpunit": "^11.5.23 || ^12",
4+
"phpunit/phpunit": "^12.5.2",
55
"brianium/paratest": "^7.8.3"
66
},
77
"config": {
88
"platform": {
9-
"php": "8.2.99"
9+
"php": "8.3.99"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)