Skip to content

Commit 4ee829e

Browse files
[5.x] PHP 8.4 Support (#11114)
Co-authored-by: Jason Varga <[email protected]>
1 parent 2cb135c commit 4ee829e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php: [8.1, 8.2, 8.3]
19+
php: [8.1, 8.2, 8.3, 8.4]
2020
laravel: [10.*, 11.*]
2121
stability: [prefer-lowest, prefer-stable]
2222
os: [ubuntu-latest]
@@ -32,6 +32,8 @@ jobs:
3232
exclude:
3333
- php: 8.1
3434
laravel: 11.*
35+
- php: 8.4
36+
laravel: 10.*
3537

3638
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3739

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"composer/semver": "^3.4",
1515
"guzzlehttp/guzzle": "^6.3 || ^7.0",
1616
"james-heinrich/getid3": "^1.9.21",
17-
"laravel/framework": "^10.40 || ^11.0",
17+
"laravel/framework": "^10.40 || ^11.34",
1818
"laravel/prompts": "^0.1.16",
1919
"league/commonmark": "^2.2",
2020
"league/csv": "^9.0",
@@ -23,7 +23,7 @@
2323
"michelf/php-smartypants": "^1.8.1",
2424
"nesbot/carbon": "^2.62.1",
2525
"pixelfear/composer-dist-plugin": "^0.1.4",
26-
"rebing/graphql-laravel": "^9.5",
26+
"rebing/graphql-laravel": "^9.7",
2727
"rhukster/dom-sanitizer": "^1.0.6",
2828
"spatie/blink": "^1.3",
2929
"spatie/ignition": "^1.15",
@@ -33,17 +33,17 @@
3333
"symfony/var-exporter": "^6.0",
3434
"symfony/yaml": "^6.0 || ^7.0",
3535
"ueberdosis/tiptap-php": "^1.4",
36-
"voku/portable-ascii": "^2.0",
36+
"voku/portable-ascii": "^2.0.2",
3737
"wilderborn/partyline": "^1.0"
3838
},
3939
"require-dev": {
4040
"doctrine/dbal": "^3.6",
4141
"fakerphp/faker": "~1.10",
4242
"google/cloud-translate": "^1.6",
4343
"laravel/pint": "1.16.0",
44-
"mockery/mockery": "^1.3.3",
45-
"orchestra/testbench": "^8.14 || ^9.0",
46-
"phpunit/phpunit": "^10.0",
44+
"mockery/mockery": "^1.6.10",
45+
"orchestra/testbench": "^8.14 || ^9.2",
46+
"phpunit/phpunit": "^10.5.35",
4747
"spatie/laravel-ray": "^1.37"
4848
},
4949
"config": {

0 commit comments

Comments
 (0)