Skip to content

Commit 6a9aea6

Browse files
committed
support PHP 8.3
1 parent 2064343 commit 6a9aea6

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
@@ -16,7 +16,7 @@ jobs:
1616
- php: '8.1'
1717
laravel: '10.*'
1818
stability: prefer-lowest
19-
- php: '8.2'
19+
- php: '8.3'
2020
laravel: '10.*'
2121
stability: prefer-stable
2222

.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', '8.2']
15+
php: ['8.1', '8.2', '8.3']
1616
laravel: ['10.*']
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 - 8.2",
27+
"php": "8.1 - 8.3",
2828
"jrmajor/fluent": "^1.0",
2929
"laravel/framework": "^10.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)