Skip to content

Commit eb5ff74

Browse files
authored
Merge pull request #18 from rawilk/php-8.4
2 parents fcefff1 + 07dbdaa commit eb5ff74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pest.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.3, 8.2, 8.1]
20+
php: [8.4, 8.3, 8.2, 8.1]
2121
laravel: [12.*, 11.*, 10.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.1|^8.2|^8.3",
26+
"php": "^8.1",
2727
"illuminate/contracts": "^10.0|^11.0|^12.0",
2828
"spatie/laravel-package-tools": "^1.14"
2929
},

0 commit comments

Comments
 (0)