Skip to content

Commit d100bdf

Browse files
Copilotchinleung
andcommitted
Bump minimum PHP to 8.3 for Laravel 13 compatibility
Co-authored-by: chinleung <19669331+chinleung@users.noreply.github.com>
1 parent 3122359 commit d100bdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: ['8.2', '8.3', '8.4']
16+
php: ['8.3', '8.4']
1717
stability: [prefer-lowest, prefer-stable]
1818

1919
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.2",
22+
"php": "^8.3",
2323
"chinleung/laravel-locales": "^2.0",
2424
"illuminate/support": "^12.0|^13.0"
2525
},

0 commit comments

Comments
 (0)