Skip to content

Commit 01d44b8

Browse files
PHP 8.5 Compatibility (#114)
* PHP 8.5 support * Update Pint * Update composer.json --------- Co-authored-by: Mior Muhammad Zaki <[email protected]>
1 parent ea0be70 commit 01d44b8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
os: [ ubuntu-22.04, windows-latest ]
2626
php: [8.2, 8.3, 8.4]
2727
laravel: [11, 12]
28+
include:
29+
- php: 8.5
30+
laravel: 12
31+
os: ubuntu-22.04
32+
- php: 8.5
33+
laravel: 12
34+
os: windows-latest
2835

2936
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3037

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"illuminate/json-schema": "^12.28.1"
3232
},
3333
"require-dev": {
34-
"laravel/pint": "1.20.0",
35-
"orchestra/testbench": "^8.36.0|^9.15.0|^10.6.0",
34+
"laravel/pint": "^1.20",
35+
"orchestra/testbench": "^8.36|^9.15|^10.8",
3636
"pestphp/pest": "^2.36.0|^3.8.4|^4.1.0",
3737
"phpstan/phpstan": "^2.1.27",
3838
"rector/rector": "^2.2.4"

0 commit comments

Comments
 (0)