Skip to content

Commit 98a4689

Browse files
committed
support PHP 8.2
1 parent 3377de3 commit 98a4689

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['8.1']
15+
php: ['8.1', '8.2']
1616
laravel: ['9.*']
1717
stability: [prefer-lowest, prefer-stable]
1818

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['8.1']
15+
php: ['8.1', '8.2']
1616
laravel: ['9.*']
1717
stability: [prefer-lowest, prefer-stable]
1818

composer.json

Lines changed: 1 addition & 1 deletion
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.1.0",
27+
"php": "8.1 - 8.2",
2828
"jrmajor/fluent": "^0.4.0",
2929
"laravel/framework": "^9.0"
3030
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)