Skip to content

Commit 986a6e2

Browse files
freekmurzeclaude
andcommitted
Lower PHP requirement to 8.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e836846 commit 986a6e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ubuntu-latest]
24-
php: [8.5, 8.4]
24+
php: [8.5, 8.4, 8.3]
2525
laravel: ['12.*']
2626
stability: [prefer-lowest, prefer-stable]
2727
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.4",
19+
"php": "^8.3",
2020
"illuminate/contracts": "^12.0",
2121
"spatie/laravel-package-tools": "^1.16.1",
2222
"spatie/temporary-directory": "^2.2.1"

0 commit comments

Comments
 (0)