Skip to content

Commit

Permalink
support PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Dec 26, 2022
1 parent 3377de3 commit 98a4689
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1']
php: ['8.1', '8.2']
laravel: ['9.*']
stability: [prefer-lowest, 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']
php: ['8.1', '8.2']
laravel: ['9.*']
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.0",
"php": "8.1 - 8.2",
"jrmajor/fluent": "^0.4.0",
"laravel/framework": "^9.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 98a4689

Please sign in to comment.