Skip to content

Commit 49f9228

Browse files
authored
[1.x] PHP 8.5 Compatibility (#59)
* [1.x] PHP 8.5 Compatibility Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 567c636 commit 49f9228

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
laravel: 11
2828
- php: 8.4
2929
laravel: 12
30+
- php: 8.5
31+
laravel: 12
3032

3133
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3234

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"require-dev": {
3333
"laravel/framework": "^10.24|^11.0|^12.0",
3434
"laravel/pint": "^1.13",
35-
"orchestra/testbench-core": "^8.13|^9.0|^10.0",
36-
"pestphp/pest": "^2.20|^3.0",
37-
"pestphp/pest-plugin-type-coverage": "^2.3|^3.0",
35+
"orchestra/testbench-core": "^8.13|^9.17|^10.8",
36+
"pestphp/pest": "^2.20|^3.0|^4.0",
37+
"pestphp/pest-plugin-type-coverage": "^2.3|^3.0|^4.0",
3838
"phpstan/phpstan": "^1.12.27",
3939
"symfony/var-dumper": "^6.3|^7.0"
4040
},

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
<directory suffix=".php">./tests</directory>
1414
</testsuite>
1515
</testsuites>
16+
<php>
17+
<env name="COLUMNS" value="50"/>
18+
</php>
1619
</phpunit>

0 commit comments

Comments
 (0)