Skip to content

Commit c7dbd85

Browse files
committed
feat: add PHP 8.5 support and update dependencies
1 parent 890a09f commit c7dbd85

File tree

5 files changed

+727
-661
lines changed

5 files changed

+727
-661
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
php: ['8.2', '8.3', '8.4']
16+
php: ['8.2', '8.3', '8.4' , '8.5']
1717

1818
name: Test with php ${{ matrix.php }} on ${{ matrix.os }}
1919

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"react/promise": "^3.3"
3636
},
3737
"require-dev": {
38-
"pestphp/pest": "^2.0|^3.0",
38+
"pestphp/pest": "^2.0|^3.0|^4.0",
3939
"laravel/pint": "^1.13",
4040
"humbug/box": "^4.3",
4141
"nunomaduro/collision": "^7.0|^8.0",

0 commit comments

Comments
 (0)