Skip to content

Commit

Permalink
support PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Nov 22, 2024
1 parent d615b2a commit dbb6ef5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.2', '8.3']
php: ['8.2', '8.3', '8.4']
laravel: ['11.*']
stability: [prefer-lowest, prefer-stable]

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- php: '8.2'
laravel: '11.*'
stability: prefer-lowest
- php: '8.3'
- php: '8.4'
laravel: '11.*'
stability: prefer-stable

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"homepage": "https://github.com/jrmajor/laravel-fluent",
"require": {
"php": "8.2 - 8.3",
"php": "8.2 - 8.4",
"jrmajor/fluent": "^1.0",
"laravel/framework": "^11.0"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbb6ef5

Please sign in to comment.