Skip to content

Commit 288e32e

Browse files
committed
➖ Drop support for PHP 8.1
1 parent 7d5d3ad commit 288e32e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [8.4, 8.3, 8.2, 8.1]
16+
php: [8.4, 8.3, 8.2]
1717
laravel: ['10.*', '11.*']
1818
stability: [prefer-stable]
1919
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "library",
1313
"minimum-stability": "stable",
1414
"require": {
15-
"php": "^8.1",
15+
"php": "^8.2",
1616
"ext-json": "*",
1717
"illuminate/support": "^9.0|^10.0|^11.0",
1818
"guzzlehttp/guzzle": "~6.0|~7.0",

0 commit comments

Comments
 (0)