Skip to content

Commit

Permalink
support PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Dec 1, 2023
1 parent 2064343 commit 6a9aea6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- php: '8.1'
laravel: '10.*'
stability: prefer-lowest
- php: '8.2'
- php: '8.3'
laravel: '10.*'
stability: prefer-stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']
laravel: ['10.*']
stability: [prefer-lowest, 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.1 - 8.2",
"php": "8.1 - 8.3",
"jrmajor/fluent": "^1.0",
"laravel/framework": "^10.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 6a9aea6

Please sign in to comment.