Skip to content

Commit ed6006a

Browse files
authored
Merge pull request #20 from rawilk/php-8.3
Add php 8.3 support
2 parents ee30da6 + d78d767 commit ed6006a

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
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [8.2, 8.1]
20+
php: [8.3, 8.2, 8.1]
2121
laravel: [11.*, 10.*, 9.*]
2222
dependency-version: [prefer-lowest, prefer-stable]
2323
include:

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.1|^8.2",
22+
"php": "^8.1|^8.2|^8.3",
2323
"ext-json": "*",
2424
"illuminate/contracts": "^9.0|^10.0|^11.0",
2525
"illuminate/support": "^9.0|^10.0|^11.0"

0 commit comments

Comments
 (0)