Skip to content

Commit

Permalink
feat: adds php 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Oct 17, 2024
1 parent 9ab6ae5 commit 24815ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [11.*, 10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"php": "^8.1.0",
"guzzlehttp/guzzle": "^7.9.2",
"laravel/framework": "^9.46.0|^10.34.2|^11.23.5",
"openai-php/client": "^v0.10.1"
"openai-php/client": "^0.10.2"
},
"require-dev": {
"laravel/pint": "^1.17.3",
"pestphp/pest": "^2.35.1",
"pestphp/pest-plugin-arch": "^2.7.0",
"pestphp/pest": "^2.35.1|^3.0.0",
"pestphp/pest-plugin-arch": "^2.7.0|^3.0.0",
"phpstan/phpstan": "^1.12.4",
"symfony/var-dumper": "^6.4.0|^7.1.4"
},
Expand Down Expand Up @@ -51,7 +51,6 @@
},
"scripts": {
"lint": "pint -v",
"refactor": "rector --debug",
"test:lint": "pint --test -v",
"test:types": "phpstan analyse --ansi",
"test:unit": "pest --colors=always",
Expand Down

0 comments on commit 24815ef

Please sign in to comment.