Skip to content

Commit ed39fa8

Browse files
committed
Removed support for php 8.1
1 parent 23b815d commit ed39fa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2, 8.1]
20+
php: [8.3, 8.2]
2121
laravel: [10.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.1",
20+
"php": "^8.2",
2121
"illuminate/contracts": "^10.0",
2222
"laravel/prompts": "^0.1.16",
2323
"spatie/laravel-package-tools": "^1.14.0",

0 commit comments

Comments
 (0)