Skip to content

Commit dbb6ef5

Browse files
committedNov 22, 2024··
support PHP 8.4
1 parent d615b2a commit dbb6ef5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['8.2', '8.3']
14+
php: ['8.2', '8.3', '8.4']
1515
laravel: ['11.*']
1616
stability: [prefer-lowest, prefer-stable]
1717

@@ -52,7 +52,7 @@ jobs:
5252
- php: '8.2'
5353
laravel: '11.*'
5454
stability: prefer-lowest
55-
- php: '8.3'
55+
- php: '8.4'
5656
laravel: '11.*'
5757
stability: prefer-stable
5858

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"homepage": "https://github.com/jrmajor/laravel-fluent",
2626
"require": {
27-
"php": "8.2 - 8.3",
27+
"php": "8.2 - 8.4",
2828
"jrmajor/fluent": "^1.0",
2929
"laravel/framework": "^11.0"
3030
},

‎composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.