Skip to content

Commit 0007e74

Browse files
committed
Drop PHP 8.2 Support
1 parent 856a320 commit 0007e74

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
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.4, 8.3, 8.2]
12+
php: [8.4, 8.3]
1313
laravel: [11.*, 12.*]
1414
dependency-version: [prefer-stable]
1515
include:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.2",
20+
"php": "^8.3",
2121
"spatie/laravel-package-tools": "^1.9.2",
2222
"illuminate/contracts": "^11.0 | ^12.0"
2323
},

0 commit comments

Comments
 (0)