Skip to content

Commit 24815ef

Browse files
committed
feat: adds php 8.4 support
1 parent 9ab6ae5 commit 24815ef

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1, 8.2, 8.3]
12+
php: [8.1, 8.2, 8.3, 8.4]
1313
laravel: [11.*, 10.*, 9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
exclude:

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"php": "^8.1.0",
1414
"guzzlehttp/guzzle": "^7.9.2",
1515
"laravel/framework": "^9.46.0|^10.34.2|^11.23.5",
16-
"openai-php/client": "^v0.10.1"
16+
"openai-php/client": "^0.10.2"
1717
},
1818
"require-dev": {
1919
"laravel/pint": "^1.17.3",
20-
"pestphp/pest": "^2.35.1",
21-
"pestphp/pest-plugin-arch": "^2.7.0",
20+
"pestphp/pest": "^2.35.1|^3.0.0",
21+
"pestphp/pest-plugin-arch": "^2.7.0|^3.0.0",
2222
"phpstan/phpstan": "^1.12.4",
2323
"symfony/var-dumper": "^6.4.0|^7.1.4"
2424
},
@@ -51,7 +51,6 @@
5151
},
5252
"scripts": {
5353
"lint": "pint -v",
54-
"refactor": "rector --debug",
5554
"test:lint": "pint --test -v",
5655
"test:types": "phpstan analyse --ansi",
5756
"test:unit": "pest --colors=always",

0 commit comments

Comments
 (0)