Skip to content

Commit efa9262

Browse files
committed
feat: adds PHP 8.4
1 parent 288325a commit efa9262

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/tests.yml

+1-1
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
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: Tests P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": "^8.1.0",
17-
"php-http/discovery": "^1.19.4",
17+
"php-http/discovery": "^1.20.0",
1818
"php-http/multipart-stream-builder": "^1.4.2",
1919
"psr/http-client": "^1.0.3",
2020
"psr/http-client-implementation": "^1.0.1",
@@ -24,15 +24,15 @@
2424
"require-dev": {
2525
"guzzlehttp/guzzle": "^7.9.2",
2626
"guzzlehttp/psr7": "^2.7.0",
27-
"laravel/pint": "^1.17.3",
27+
"laravel/pint": "^1.18.1",
2828
"mockery/mockery": "^1.6.12",
29-
"nunomaduro/collision": "^7.10.0",
30-
"pestphp/pest": "^2.35.1",
31-
"pestphp/pest-plugin-arch": "^2.7",
32-
"pestphp/pest-plugin-type-coverage": "^2.8.6",
33-
"phpstan/phpstan": "^1.12.4",
34-
"rector/rector": "^1.2.5",
35-
"symfony/var-dumper": "^6.4.11"
29+
"nunomaduro/collision": "^7.11.0|^8.5.0",
30+
"pestphp/pest": "^2.36.0|^3.4.1",
31+
"pestphp/pest-plugin-arch": "^2.7|^3.0",
32+
"pestphp/pest-plugin-type-coverage": "^2.8.7|^3.1.0",
33+
"phpstan/phpstan": "^1.12.6",
34+
"rector/rector": "^1.2.7",
35+
"symfony/var-dumper": "^6.4.11|^7.1.5"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)